17bbf537fd
Everything except jobs that are designed to run on devstack-precise or tripleo-precise. Even the jobs on the static slaves, just to be more consistent and future-proof (even though it's not strictly necessary). Change-Id: I220e4f8346b5db1394536b334bcb7c3a7dd4dedb
20 lines
407 B
YAML
20 lines
407 B
YAML
- job-template:
|
|
name: '{pipeline}-gitdm'
|
|
|
|
node: '{node}'
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- link-logs
|
|
- net-info
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
export TEMPDIR=${{TEMPDIR:-$(mktemp -d $(pwd)/dmtmp-XXXXXX)}}
|
|
export GITBASE=${{TEMPDIR}}/git
|
|
export LP_STATS=n
|
|
bash ./do-it.sh
|
|
|
|
publishers:
|
|
- console-log
|