forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompass-integration-no-dump-data.yaml
36 lines (36 loc) · 1.34 KB
/
compass-integration-no-dump-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
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/incubator/compass/compass-integration-no-dump.yaml
localSets:
jobConfig_default:
path_alias: github.com/kyma-incubator/compass
command: "/home/prow/go/src/github.com/kyma-project/test-infra/prow/scripts/provision-vm-compass.sh"
request_memory: 100Mi
request_cpu: 50m
env:
GO111MODULE: "on"
labels:
preset-kyma-guard-bot-github-token: "true"
preset-sa-vm-kyma-integration: "true"
preset-gc-project-env: "true"
jobConfigs:
- repoName: "kyma-incubator/compass"
jobs:
- jobConfig:
name: "pre-main-compass-integration-no-dump"
run_if_changed: "^(chart|installation)/"
labels:
preset-build-pr: "true"
branches:
- ^master$
- ^main$
- ^hotfix-.*$
inheritedConfigs:
global:
- "image_buildpack-golang-kubebuilder2"
- "jobConfig_default"
- "jobConfig_presubmit"
- "extra_refs_test-infra"
local:
- "jobConfig_default"