Template {gate,periodic}-gitdm
Continuing to remove periodic variants of gate jobs. Change-Id: I31c1d025e43a8c4a2045fc9f99ec1759ca9ee971
This commit is contained in:
parent
e6f4899efa
commit
9b2efc3a6b
@ -1,34 +1,17 @@
|
|||||||
- job:
|
- job-template:
|
||||||
name: gate-gitdm
|
name: '{pipeline}-gitdm'
|
||||||
node: precise
|
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
builders:
|
builders:
|
||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export TEMPDIR=${TEMPDIR:-$(mktemp -d $(pwd)/dmtmp-XXXXXX)}
|
export TEMPDIR=${{TEMPDIR:-$(mktemp -d $(pwd)/dmtmp-XXXXXX)}}
|
||||||
export GITBASE=${TEMPDIR}/git
|
export GITBASE=${{TEMPDIR}}/git
|
||||||
export LP_STATS=n
|
export LP_STATS=n
|
||||||
bash ./do-it.sh
|
bash ./do-it.sh
|
||||||
- link-logs
|
- link-logs
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
- job:
|
|
||||||
name: periodic-gitdm
|
|
||||||
node: precise
|
|
||||||
|
|
||||||
builders:
|
|
||||||
- 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
|
|
||||||
- link-logs
|
|
||||||
|
|
||||||
publishers:
|
|
||||||
- console-log-periodic
|
|
||||||
|
@ -146,6 +146,19 @@
|
|||||||
- gate-{name}-puppet-syntax
|
- gate-{name}-puppet-syntax
|
||||||
- gate-{name}-pep8
|
- gate-{name}-pep8
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: gitdm
|
||||||
|
github-org: openstack-infra
|
||||||
|
node: precise
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- '{pipeline}-gitdm':
|
||||||
|
pipeline: gate
|
||||||
|
node: precise
|
||||||
|
- '{pipeline}-gitdm':
|
||||||
|
pipeline: periodic
|
||||||
|
node: precise
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: savanna
|
name: savanna
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user