Drop branch selection on oslo-master periodic job
Periodic jobs cannot have a branch selection. So fix the branch to always use master. Change-Id: Ida35e8f8fe5a631e12e77936325e557acef91a35
This commit is contained in:
parent
57fbebdfbc
commit
028ddb13e5
@ -141,7 +141,8 @@
|
|||||||
- print-template-name:
|
- print-template-name:
|
||||||
template-name: "{template-name}"
|
template-name: "{template-name}"
|
||||||
- revoke-sudo
|
- revoke-sudo
|
||||||
- gerrit-git-prep
|
- branch-git-prep:
|
||||||
|
branch: master
|
||||||
- shell: "/usr/local/jenkins/slave_scripts/run-tox-with-oslo-master.sh {python}"
|
- shell: "/usr/local/jenkins/slave_scripts/run-tox-with-oslo-master.sh {python}"
|
||||||
- assert-no-extra-files
|
- assert-no-extra-files
|
||||||
|
|
||||||
|
@ -1143,7 +1143,6 @@ jobs:
|
|||||||
# This job is only for testing master of the project
|
# This job is only for testing master of the project
|
||||||
# against master of all oslo projects
|
# against master of all oslo projects
|
||||||
- name: ^periodic-.*-with-oslo-master$
|
- name: ^periodic-.*-with-oslo-master$
|
||||||
branch: master
|
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
- name: ^gate-tempest-dsvm-cells$
|
- name: ^gate-tempest-dsvm-cells$
|
||||||
|
Loading…
Reference in New Issue
Block a user