960d77260d
Also move job into check pipeline for more testing. And revoke sudo, as it is not needed. Change-Id: Ib8abea99418eba45e5234cc6d2a72b5260cc3afd Signed-off-by: Paul Belanger <pabelanger@redhat.com>
22 lines
390 B
YAML
22 lines
390 B
YAML
- job:
|
|
name: 'gate-dox-buildimages-nv'
|
|
node: ubuntu-xenial
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 90
|
|
- timestamps
|
|
|
|
builders:
|
|
- zuul-git-prep
|
|
- install-distro-packages
|
|
- extra-test-setup
|
|
- revoke-sudo
|
|
- shell: |
|
|
#!/bin/bash -ex
|
|
./tools/tarball.sh
|
|
|
|
publishers:
|
|
- test-results
|
|
- console-log
|