zuul-jobs/zuul.d/project.yaml
James E. Blair 5a14ae734d Add raxflex provider and debian-bullseye image
This adds the initial nodepool-in-zuul config to:

* Tell zuul that it's responsible for an image named "debian-bullseye"
* Attach the job to a pipeline that builds missing images
* Connect to raxflex and upload that image
* Use that image when launching nodes with a label of
  "niz-debian-bullseye-normal"

Change-Id: I8a838253a4683f34f538c90949369ba2d192e8d7
2024-10-10 11:37:30 -07:00

19 lines
525 B
YAML

- project:
check:
jobs:
- opendev-build-diskimage-debian-bullseye
gate:
jobs:
- opendev-build-diskimage-debian-bullseye:
secrets:
- name: image_upload_secret
secret: image-upload-secret
pass-to-parent: true
image-build:
jobs:
- opendev-build-diskimage-debian-bullseye:
secrets:
- name: image_upload_secret
secret: image-upload-secret
pass-to-parent: true