forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompass-integration-with-dump-clean-data.yaml
37 lines (37 loc) · 1.41 KB
/
compass-integration-with-dump-clean-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
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/incubator/compass/post-main-compass-vm-clean-with-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/clean-vm-compass.sh"
args:
- "--vm-prefix"
- "compass-integration-test-with-dump"
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: "post-main-compass-vm-clean-with-dump"
run_if_changed: "^(chart|installation)/"
decoration_config:
timeout: 30m
grace_period: 1m
skipReleaseJobs: "true"
branches:
- ^master$
- ^main$
- ^hotfix-.*$
inheritedConfigs:
global:
- "image_buildpack-golang-kubebuilder2"
- "jobConfig_default"
- "jobConfig_postsubmit"
- "extra_refs_test-infra"
local:
- "jobConfig_default"