aa0014229b
Zuul ignored the reconfiguration of the job vars and did not run the promotion job in https://review.opendev.org/c/nebulous/activemq/+/919799/4 Change-Id: Ie442d4d1447dfc3727d0510379ada96e0cd676b3
74 lines
2.5 KiB
YAML
74 lines
2.5 KiB
YAML
- job:
|
|
name: nebulous-exponential-smoothing-predictor-build-container-images
|
|
parent: nebulous-build-container-images
|
|
dependencies:
|
|
- name: opendev-buildset-registry
|
|
soft: false
|
|
provides:
|
|
- nebulous-exponential-smoothing-predictor-container-images
|
|
description: Build the container images.
|
|
files: &image_files
|
|
- ^zuul\.d/jobs\.yaml$
|
|
- ^exponential-smoothing-predictor/
|
|
vars: &image_vars
|
|
promote_container_image_job: nebulous-exponential-smoothing-predictor-upload-container-images
|
|
container_images:
|
|
- context: exponential-smoothing-predictor
|
|
registry: quay.io
|
|
repository: quay.io/nebulous/exponential-smoothing-predictor
|
|
namespace: nebulous
|
|
repo_shortname: exponential-smoothing-predictor
|
|
repo_description: ""
|
|
|
|
- job:
|
|
name: nebulous-exponential-smoothing-predictor-upload-container-images
|
|
parent: nebulous-upload-container-images
|
|
dependencies:
|
|
- name: opendev-buildset-registry
|
|
soft: false
|
|
provides:
|
|
- nebulous-exponential-smoothing-predictor-container-images
|
|
description: Build and upload the container images.
|
|
files: *image_files
|
|
vars: *image_vars
|
|
|
|
- job:
|
|
name: nebulous-exponential-smoothing-predictor-promote-container-images
|
|
parent: nebulous-promote-container-images
|
|
description: Promote previously uploaded container images.
|
|
files: *image_files
|
|
vars: *image_vars
|
|
|
|
- job:
|
|
name: nebulous-exponential-smoothing-predictor-hadolint
|
|
parent: nebulous-hadolint
|
|
description: Run Hadolint on Dockerfile(s).
|
|
vars:
|
|
dockerfiles:
|
|
- exponential-smoothing-predictor/Dockerfile
|
|
|
|
- job:
|
|
name: nebulous-exponential-smoothing-predictor-helm-lint
|
|
parent: nebulous-helm-lint
|
|
description: Run helm lint on Helm charts.
|
|
vars:
|
|
helm_charts:
|
|
- ./charts/nebulous-exponential-smoothing-predictor
|
|
|
|
- job:
|
|
name: nebulous-exponential-smoothing-predictor-apply-helm-charts
|
|
parent: nebulous-apply-helm-charts
|
|
dependencies:
|
|
- name: opendev-buildset-registry
|
|
soft: false
|
|
- name: nebulous-exponential-smoothing-predictor-build-container-images
|
|
soft: true
|
|
- name: nebulous-exponential-smoothing-predictor-upload-container-images
|
|
soft: true
|
|
requires:
|
|
- nebulous-exponential-smoothing-predictor-container-images
|
|
description: Deploy a Kubernetes cluster and apply charts.
|
|
vars:
|
|
helm_charts:
|
|
nebulous-exponential-smoothing-predictor: ./charts/nebulous-exponential-smoothing-predictor
|