diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 92cdb9bba6..c35c18f68a 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -8569,6 +8569,11 @@ node: ubuntu-trusty job-suffix: '' branch-override: default + - '{pipeline}-tempest-dsvm-sahara{job-suffix}': + pipeline: gate + node: ubuntu-trusty + job-suffix: '-nv' + branch-override: default - '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}': pipeline: gate node: ubuntu-trusty diff --git a/zuul/layout.yaml b/zuul/layout.yaml index e9562bc07c..a614f3a462 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2062,6 +2062,21 @@ jobs: - name: gate-sahara-tests-pylint voting: false + # run tempest tests for sahara-tests only when the directory + # which contains the tempest tests is changed. + - name: ^gate-tempest-dsvm-sahara.*$ + skip-if: + - project: ^openstack/sahara-tests$ + all-files-match-any: + - ^.*\.rst$ + - ^doc/.*$ + - ^releasenotes/.*$ + - ^etc/.*$ + - ^sahara_tests/.*$ + - ^sahara_cli_tests/.*$ + - ^tools/.*$ + - ^tox.ini$ + - name: gate-app-catalog-ui-dsvm-integration voting: false @@ -11492,6 +11507,7 @@ projects: - name: release-notes-jobs check: - gate-sahara-tests-pylint + - gate-tempest-dsvm-sahara-nv - gate-sahara-tests-dsvm-scenario-neutron-heat - gate-sahara-tests-dsvm-scenario-nova-heat gate: