Fix container-build job

Fix container-build variable due to move from git.openstack.org to
opendev.org.

Also, rename the job following the naming guidelines [1]. We have a
shared namespace and job names need to start with the repo name.

[1] https://docs.openstack.org/infra/manual/drivers.html#consistent-naming-for-jobs-with-zuul-v3

Change-Id: Ieed605c8e6d020b224cacf377b5a6178669ecf1a
This commit is contained in:
Andreas Jaeger 2019-04-30 15:20:45 +02:00
parent 2362f32c08
commit ef0678ec98
2 changed files with 6 additions and 6 deletions

View File

@ -341,7 +341,7 @@
image_name: centos-dcos
- job:
name: container-build
name: magnum-container-build
pre-run: playbooks/container-builder-setup-gate.yaml
run: playbooks/container-builder.yaml
post-run: playbooks/container-builder-copy-logs.yaml
@ -358,8 +358,8 @@
- ^magnum/.*$
- job:
name: container-publish
parent: container-build
name: magnum-container-publish
parent: magnum-container-build
post-run: playbooks/container-publish.yaml
secrets:
- magnum_docker_login
@ -381,7 +381,7 @@
- magnum-functional-api-python2
- openstack-tox-cover:
voting: false
- container-build
- magnum-container-build
gate:
queue: magnum
jobs:
@ -403,4 +403,4 @@
- magnum-dib-buildimage-centos-dcos
post:
jobs:
- container-publish
- magnum-container-publish

View File

@ -1,4 +1,4 @@
magnum_src_dir: "src/git.openstack.org/openstack/magnum"
magnum_src_dir: "src/opendev.org/openstack/magnum"
magnum_repository: openstackmagnum
kubernetes_version_v1_11: v1.11.9