project-config/jenkins/jobs/gitdm.yaml
Clark Boylan cce45345c3 Run gitdm job on xenial
No stable branches for this project so just switch the job straight to
Xenial.

Change-Id: I431fabcb3a2d6d538c967679a6031b43988e45b9
2016-12-06 12:57:42 -08:00

21 lines
444 B
YAML

- job-template:
name: '{pipeline}-gitdm'
node: ubuntu-xenial
builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- link-logs
- net-info
- 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