forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompass-validation-data.yaml
80 lines (79 loc) · 3.09 KB
/
compass-validation-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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/incubator/compass/components/schema-migrator/compass-schema-migrator-validate.yaml
localSets:
jobConfig_default:
path_alias: github.com/kyma-incubator/compass
command: "/home/prow/go/src/github.com/kyma-project/test-infra/prow/scripts/validate-compass-generic.sh"
args:
- "--component"
- "schema-migrator"
- "--command"
- "make validate"
request_memory: 100Mi
request_cpu: 50m
labels:
preset-kyma-guard-bot-github-token: "true"
preset-dind-enabled: "true"
preset-docker-push-repository-kyma: "true"
preset-kyma-development-artifacts-bucket: "true"
preset-sa-gcr-push: "true"
jobConfigs:
- repoName: "kyma-incubator/compass"
jobs:
- jobConfig:
name: "pre-main-compass-schema-migrator-validate"
run_if_changed: "^components/schema-migrator/"
labels:
preset-build-pr: "true"
branches:
- ^master$
- ^main$
- ^hotfix-.*$
inheritedConfigs:
global:
- "jobConfig_default"
- "jobConfig_presubmit"
- "image_buildpack-golang"
- "extra_refs_test-infra"
local:
- "jobConfig_default"
- to: ../../prow/jobs/incubator/compass/components/schema-migrator/compass-director-gqlgen-validate.yaml
localSets:
jobConfig_default:
path_alias: github.com/kyma-incubator/compass
command: "/home/prow/go/src/github.com/kyma-project/test-infra/prow/scripts/validate-compass-generic.sh"
args:
- "--component"
- "director"
- "--command"
- "make gqlgen check-gqlgen"
request_memory: 100Mi
request_cpu: 50m
labels:
preset-kyma-guard-bot-github-token: "true"
preset-dind-enabled: "true"
preset-docker-push-repository-kyma: "true"
preset-kyma-development-artifacts-bucket: "true"
preset-sa-gcr-push: "true"
jobConfigs:
- repoName: "kyma-incubator/compass"
jobs:
- jobConfig:
name: "pre-main-compass-director-gqlgen-validate"
run_if_changed: "^components/director/"
labels:
preset-build-pr: "true"
branches:
- ^master$
- ^main$
- ^hotfix-.*$
inheritedConfigs:
global:
- "jobConfig_default"
- "jobConfig_presubmit"
- "image_buildpack-golang"
- "extra_refs_test-infra"
local:
- "jobConfig_default"