From 306089edb640662aaa13b6b212562e9f778e2489 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 21 Jan 2018 19:28:34 +0100 Subject: [PATCH] Update zuul.yaml Rename tempest job to follow our naming for in-tree jobs since we have a global shared namespace. Rename ansible jobs for naming conventions, it needs to start with dragonflow. Remove legacy job here, it's in project-config and non-converted legacy jobs should not be in the repo, it needs to be properly imported first. Naming conventions reference: https://docs.openstack.org/infra/manual/drivers.html#naming-with-zuul-v3 Remove name from project stanza, it's not needed anymore. Change-Id: I1f5f54ce3e70307541c78ba86f16086d38e877e8 --- .zuul.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a2f2555e3..6b9588fd9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,8 +1,7 @@ - project: - name: openstack/dragonflow check: jobs: - - tempest-dsvm-dragonflow: + - dragonflow-tempest: voting: false irrelevant-files: - ^(test-|)requirements.txt$ @@ -11,9 +10,7 @@ voting: false - dragonflow-dsvm-fullstack-redis - dragonflow-dsvm-fullstack-etcd-zmq - - legacy-install-dsvm-dragonflow-kuryr-kubernetes: - voting: false - - openstack-ansible-dragonflow-cross-repo-ubuntu-xenial-nv: + - dragonflow-openstack-ansible-cross-repo: voting: false gate: jobs: @@ -60,7 +57,7 @@ - openstack/rally - job: - name: tempest-dsvm-dragonflow + name: dragonflow-tempest parent: legacy-dsvm-base run: zuul/tempest-dsvm-dragonflow/run.yaml post-run: zuul/tempest-dsvm-dragonflow/post.yaml @@ -74,7 +71,7 @@ - openstack/tempest - job: - name: openstack-ansible-dragonflow-cross-repo-ubuntu-xenial-nv + name: dragonflow-openstack-ansible-cross-repo parent: openstack-ansible-cross-repo-functional required-projects: - openstack/requirements