forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kyma-tools-data.yaml
45 lines (45 loc) · 1.54 KB
/
kyma-tools-data.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
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/kyma-project/kyma/common/common.yaml
localSets:
job_spec:
command: make
securityContext:
privileged: "false"
run_if_changed: "^common/"
jobConfigs:
- repoName: kyma-project/kyma
jobs:
- jobConfig:
name: pre-main-kyma-common
annotations:
owner: framefrog
description: "Build the image used in Application Connector components for logging purposes"
args:
- "-C"
- "common"
- "ci-pr"
inheritedConfigs:
global:
- jobConfig_default
- jobConfig_presubmit
- image_buildpack-golang
local:
- job_spec
- jobConfig:
name: post-main-kyma-common
annotations:
owner: framefrog
description: "Build the image used in Application Connector components for logging purposes"
args:
- "-C"
- "common"
- "ci-main"
inheritedConfigs:
global:
- jobConfig_default
- jobConfig_postsubmit
- image_buildpack-golang
local:
- job_spec