Merge "Add file matchers to image build jobs"
This commit is contained in:
commit
a2037da922
@ -16,6 +16,10 @@
|
||||
- playbooks/opendev-build-diskimage-base/pre.yaml
|
||||
post-run:
|
||||
- playbooks/opendev-build-diskimage-base/post.yaml
|
||||
files:
|
||||
- 'dib-elements/.*'
|
||||
- 'playbooks/opendev-build-diskimage-base/.*'
|
||||
- 'roles/make-source-repositories-cache/.*'
|
||||
vars:
|
||||
# TODO(corvus): This will eventually be supplied by Zuul
|
||||
build_diskimage_formats:
|
||||
|
@ -1,9 +1,11 @@
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- noop
|
||||
- opendev-build-diskimage-debian-bullseye
|
||||
gate:
|
||||
jobs:
|
||||
- noop
|
||||
- opendev-build-diskimage-debian-bullseye:
|
||||
secrets:
|
||||
- name: image_upload_secret
|
||||
|
Loading…
x
Reference in New Issue
Block a user