Add explicit noop gate job
This repo defines jobs in check queue, so we can remove the noop-jobs template usage from project-config. To allow that, add a noop job to gate queue. Change-Id: Ie204c40291c17365887793bb5f114652fa24b360
This commit is contained in:
parent
e3b649669c
commit
f46947cc17
@ -4,3 +4,7 @@
|
||||
jobs:
|
||||
- openstack-tox-pep8:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- noop
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user