jmarchel 1343df3a6d Add forwarding messages comonent
Change-Id: I81cd8c771132270f85d1f5aed69764aaf1ce47d9
2024-03-04 15:41:47 +00:00

73 lines
2.3 KiB
YAML

- job:
name: nebulous-prediction-orchestrator-build-container-images
parent: nebulous-build-container-images
dependencies:
- name: opendev-buildset-registry
soft: false
provides:
- nebulous-prediction-orchestrator-container-images
description: Build the container images.
files: &image_files
- ^prediction-orchestrator/
vars: &image_vars
promote_container_image_job: nebulous-prediction-orchestrator-upload-container-images
container_images:
- context: prediction-orchestrator
registry: quay.io
repository: quay.io/nebulous/prediction-orchestrator
namespace: nebulous
repo_shortname: prediction-orchestrator
repo_description: ""
- job:
name: nebulous-prediction-orchestrator-upload-container-images
parent: nebulous-upload-container-images
dependencies:
- name: opendev-buildset-registry
soft: false
provides:
- nebulous-prediction-orchestrator-container-images
description: Build and upload the container images.
files: *image_files
vars: *image_vars
- job:
name: nebulous-prediction-orchestrator-promote-container-images
parent: nebulous-promote-container-images
description: Promote previously uploaded container images.
files: *image_files
vars: *image_vars
- job:
name: nebulous-prediction-orchestrator-hadolint
parent: nebulous-hadolint
description: Run Hadolint on Dockerfile(s).
vars:
dockerfiles:
- prediction-orchestrator/Dockerfile
- job:
name: nebulous-prediction-orchestrator-helm-lint
parent: nebulous-helm-lint
description: Run helm lint on Helm charts.
vars:
helm_charts:
- ./charts/nebulous-prediction-orchestrator
- job:
name: nebulous-prediction-orchestrator-apply-helm-charts
parent: nebulous-apply-helm-charts
dependencies:
- name: opendev-buildset-registry
soft: false
- name: nebulous-prediction-orchestrator-build-container-images
soft: true
- name: nebulous-prediction-orchestrator-upload-container-images
soft: true
requires:
- nebulous-prediction-orchestrator-container-images
description: Deploy a Kubernetes cluster and apply charts.
vars:
helm_charts:
nebulous-prediction-orchestrator: ./charts/nebulous-prediction-orchestrator