diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 627f26bdb8..bd3f4dd55d 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1226,6 +1226,8 @@ jobs: - python-jobs - openstack-publish-jobs + - gate-{name}-unittests-{env}: + env: func - '{pipeline}-swift-dsvm-functional{branch-designator}': pipeline: gate node: devstack-precise diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index bcaed87034..5407fc9d10 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -574,6 +574,8 @@ jobs: voting: false - name: gate-heat-templates-dsvm voting: false + - name: gate-swift-unittests-func + voting: false # The project list is grouped by type of project, and within each # group, projects are sorted (mostly) alphabetically. @@ -1030,12 +1032,14 @@ projects: - name: check-requirements - name: integrated-gate check: + - gate-swift-unittests-func - check-swift-dsvm-functional - check-devstack-dsvm-cells - check-tempest-dsvm-postgres-full - gate-tempest-dsvm-large-ops - gate-tempest-dsvm-neutron-large-ops gate: + - gate-swift-unittests-func - gate-swift-dsvm-functional - gate-devstack-dsvm-cells - gate-tempest-dsvm-postgres-full