cce45345c3
No stable branches for this project so just switch the job straight to Xenial. Change-Id: I431fabcb3a2d6d538c967679a6031b43988e45b9
21 lines
444 B
YAML
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
|