From 8dd233637b3e893ce527a106265bd7e3f808151c Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 15 Nov 2017 16:51:41 -0600 Subject: [PATCH] Change override-branch to override-checkout The tox-py35-on-zuul job was using override-branch to force feature/zuulv3 which was not working and causing master to be checked out. Use override-checkout, which is the correct name now. Change-Id: I8dfe5a41710392d6ca8453ce365f674a9d5e4f6e --- zuul.d/jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index ebe63459..ad769c36 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -214,7 +214,7 @@ zuul_work_dir: src/git.openstack.org/openstack-infra/zuul required-projects: - name: openstack-infra/zuul - override-branch: feature/zuulv3 + override-checkout: feature/zuulv3 - job: name: openstack-tox @@ -464,7 +464,7 @@ run: playbooks/releasenotes/run.yaml post-run: playbooks/releasenotes/post.yaml # Release notes always build on master. - override-branch: master + override-checkout: master timeout: 1800 files: - ^releasenotes/.*