Skip to content

Instantly share code, notes, and snippets.

Created March 16, 2016 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9a8e4caa58febdbad9d1 to your computer and use it in GitHub Desktop.
Save anonymous/9a8e4caa58febdbad9d1 to your computer and use it in GitHub Desktop.
stdin
diff --git a/jenkins/jobs/diskimage-builder.yaml b/jenkins/jobs/diskimage-builder.yaml
index 211245f..389e5b1 100644
--- a/jenkins/jobs/diskimage-builder.yaml
+++ b/jenkins/jobs/diskimage-builder.yaml
@@ -1,5 +1,5 @@
- job-template:
- name: 'gate-dib-dsvm-functests-{node}'
+ name: 'gate-dib-dsvm-functests-{node}-{job-suffix}'
node: '{node}'
wrappers:
@@ -21,7 +21,7 @@
export PATH=$PATH:$(pwd)/openstack/diskimage-builder/bin
./openstack/diskimage-builder/tests/install_test_deps.sh
- ./openstack/diskimage-builder/tests/run_functests.sh
+ ./openstack/diskimage-builder/tests/run_functests.sh {tests}
publishers:
- console-log
diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml
index 7a6e5c3..4d1b031 100644
--- a/jenkins/jobs/projects.yaml
+++ b/jenkins/jobs/projects.yaml
@@ -1341,10 +1341,14 @@
- python-jobs
- openstack-publish-jobs
- pypi-jobs
- - gate-dib-dsvm-functests-{node}:
+ - gate-dib-dsvm-functests-{node}-{job-suffix}:
node: devstack-trusty
- - gate-dib-dsvm-functests-{node}:
+ job-suffix: ''
+ tests: ''
+ - gate-dib-dsvm-functests-{node}-{job-suffix}:
node: devstack-centos7
+ job-suffix: ''
+ tests: ''
- '{pipeline}-tempest-dsvm-ironic-pxe_ssh{job-suffix}':
pipeline: gate
node: devstack-trusty
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index f1f986e..310a912 100755
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -5057,6 +5057,10 @@ projects:
check:
- gate-dib-dsvm-functests-devstack-trusty
- gate-dib-dsvm-functests-devstack-centos7
+ - gate-dib-dsvm-functests-devstack-trusty-nv
+ tests: gentoo/build-succeeds
+ - gate-dib-dsvm-functests-devstack-centos7-nv
+ tests: gentoo/build-succeeds
- gate-tempest-dsvm-ironic-pxe_ssh-dib
check-tripleo:
- gate-tripleo-ci-f22-nonha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment