
This is to align it with other Openstack-Helm projects. We use same test jobs with multiple git repos and some jobs have file filters including smth like ^zuul\.d.*$ which prevents those jobs to start if the directory named the other way. Change-Id: Icc4c84a8ec6d13e67a573c5837e595f787b4cf81
42 lines
933 B
YAML
42 lines
933 B
YAML
- job:
|
|
name: loci-build-master-ubuntu_jammy
|
|
timeout: 10800
|
|
dependencies:
|
|
- name: loci-buildset-registry
|
|
pre-run:
|
|
- playbooks/inject-keys.yaml
|
|
- playbooks/pre-build.yaml
|
|
run:
|
|
- playbooks/build.yaml
|
|
vars: &vars
|
|
vars_files:
|
|
- vars_master.yaml
|
|
|
|
- job:
|
|
name: loci-upload-master-ubuntu_jammy
|
|
timeout: 10800
|
|
dependencies:
|
|
- name: loci-buildset-registry
|
|
pre-run:
|
|
- playbooks/inject-keys.yaml
|
|
- playbooks/pre-build.yaml
|
|
run:
|
|
- playbooks/build.yaml
|
|
post-run:
|
|
- playbooks/upload.yaml
|
|
vars: *vars
|
|
secrets:
|
|
name: container_registry_credentials
|
|
secret: loci_registry_credentials
|
|
|
|
- job:
|
|
name: loci-promote-master-ubuntu_jammy
|
|
run:
|
|
- playbooks/promote.yaml
|
|
vars: *vars
|
|
secrets:
|
|
name: container_registry_credentials
|
|
secret: loci_registry_credentials
|
|
nodeset:
|
|
nodes: []
|