forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples-build.yaml
54 lines (54 loc) · 2.31 KB
/
examples-build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/kyma-project/examples/examples-build.yaml
localSets:
job_default:
optional: "false"
job_post:
slack_channel: huskies-notifications
jobConfigs:
- repoName: kyma-project/examples
jobs:
- jobConfig:
name: pull-monitoring-custom-metrics-example-build
image: "europe-docker.pkg.dev/kyma-project/prod/image-builder:v20240327-023631f7"
annotations:
owner: huskies
description: builds monitoring-custom-metrics-example image
run_if_changed: "^prometheus/monitoring-custom-metrics/"
args:
- "--name=examples/monitoring-custom-metrics"
- "--config=/config/kaniko-build-config.yaml"
- "--context=prometheus/monitoring-custom-metrics"
- "--dockerfile=custom.Dockerfile"
inheritedConfigs:
global:
- "kaniko_buildpack"
- "jobConfig_presubmit"
local:
- "job_default"
- jobConfig:
name: post-monitoring-custom-metrics-example-build
image: "europe-docker.pkg.dev/kyma-project/prod/image-builder:v20240327-023631f7"
annotations:
owner: huskies
description: builds monitoring-custom-metrics-example image
run_if_changed: "^prometheus/monitoring-custom-metrics/"
labels:
preset-signify-prod-secret: "true"
branches:
- "^main$"
- "^release-\\d+\\.\\d+$"
args:
- "--name=examples/monitoring-custom-metrics"
- "--config=/config/kaniko-build-config.yaml"
- "--context=prometheus/monitoring-custom-metrics"
- "--dockerfile=custom.Dockerfile"
inheritedConfigs:
global:
- "kaniko_buildpack"
- "jobConfig_postsubmit"
local:
- "job_default"
- "job_post"