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
|
- playbooks/opendev-build-diskimage-base/pre.yaml
|
||||||
post-run:
|
post-run:
|
||||||
- playbooks/opendev-build-diskimage-base/post.yaml
|
- playbooks/opendev-build-diskimage-base/post.yaml
|
||||||
|
files:
|
||||||
|
- 'dib-elements/.*'
|
||||||
|
- 'playbooks/opendev-build-diskimage-base/.*'
|
||||||
|
- 'roles/make-source-repositories-cache/.*'
|
||||||
vars:
|
vars:
|
||||||
# TODO(corvus): This will eventually be supplied by Zuul
|
# TODO(corvus): This will eventually be supplied by Zuul
|
||||||
build_diskimage_formats:
|
build_diskimage_formats:
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
- project:
|
- project:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
|
- noop
|
||||||
- opendev-build-diskimage-debian-bullseye
|
- opendev-build-diskimage-debian-bullseye
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
|
- noop
|
||||||
- opendev-build-diskimage-debian-bullseye:
|
- opendev-build-diskimage-debian-bullseye:
|
||||||
secrets:
|
secrets:
|
||||||
- name: image_upload_secret
|
- name: image_upload_secret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user