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
This commit is contained in:
parent
3dd5be5887
commit
8dd233637b
@ -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/.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user