2020-05-07 12:37:26 -07:00
|
|
|
# Haproxy-statsd jobs
|
|
|
|
- job:
|
|
|
|
name: system-config-build-image-haproxy-statsd
|
|
|
|
description: Build a haproxy-statsd image.
|
|
|
|
parent: system-config-build-image
|
2021-08-27 13:52:25 -05:00
|
|
|
requires: python-base-3.7-buster-container-image
|
2021-03-19 10:33:09 -07:00
|
|
|
provides: haproxy-statsd-container-image
|
2020-05-07 12:37:26 -07:00
|
|
|
vars: &haproxy-statsd_vars
|
|
|
|
docker_images:
|
|
|
|
- context: docker/haproxy-statsd
|
|
|
|
repository: opendevorg/haproxy-statsd
|
|
|
|
# Duplicate in the run-gitea job
|
|
|
|
files: &haproxy-statsd_files
|
|
|
|
- docker/haproxy-statsd/
|
|
|
|
- docker/python-base/
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: system-config-upload-image-haproxy-statsd
|
|
|
|
description: Build and upload a haproxy-statsd image.
|
|
|
|
parent: system-config-upload-image
|
2021-08-27 13:52:25 -05:00
|
|
|
requires: python-base-3.7-buster-container-image
|
2021-03-19 10:33:09 -07:00
|
|
|
provides: haproxy-statsd-container-image
|
2020-05-07 12:37:26 -07:00
|
|
|
vars: *haproxy-statsd_vars
|
|
|
|
files: *haproxy-statsd_files
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: system-config-promote-image-haproxy-statsd
|
|
|
|
description: Promote a previously published haproxy-statsd image to latest.
|
|
|
|
parent: system-config-promote-image
|
|
|
|
vars: *haproxy-statsd_vars
|
|
|
|
files: *haproxy-statsd_files
|