forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whitesource-periodics-data.yaml
88 lines (88 loc) · 3.09 KB
/
whitesource-periodics-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
81
82
83
84
85
86
87
88
templates:
- from: whitesource-periodics.tmpl
render:
- to: ../../prow/jobs/scans/whitesource-periodics.yaml
localSets:
jobConfig_default:
securityContext:
privileged: "false"
cron: "0 4 * * *" # At 04:00 am every day
command: "bash"
args:
- "-c"
- "/start-wssagent.sh"
request_cpu: 400m
request_memory: 1Gi
cluster: "trusted-workload"
annotations:
owner: "neighbors"
description: "Periodic whitesource scan of Kyma repositories"
labels:
preset-wssagent-keys: "true"
preset-kms-gc-project-env: "true"
preset-gc-project-env: "true"
env:
DRYRUN: "false"
product_kyma:
labels:
preset-whitesource-product-kyma: "true"
product_kyma_release:
labels:
preset-whitesource-product-kyma-release: "true"
product_kyma_release_previous:
labels:
preset-whitesource-product-kyma-release-previous: "true"
product_control_plane:
labels:
preset-whitesource-product-control-plane: "true"
product_kyma_dashboard:
labels:
preset-whitesource-product-kyma-dashboard: "true"
product_kyma_test:
labels:
preset-whitesource-product-kyma-test: "true"
jobConfigs:
- repoName: "github.com/kyma-project/kyma"
jobs:
- jobConfig:
repository: "control-plane"
language: "golang-mod"
project: "kyma-project"
subprojects: "true"
base_ref: "main"
inheritedConfigs:
global:
- "jobConfig_default"
- "image_wssagent_go"
- "jobConfig_periodic"
local:
- "jobConfig_default"
- "product_control_plane"
- jobConfig:
repository: "kyma"
language: "golang-mod"
project: "kyma-project"
subprojects: "true"
base_ref: "main"
inheritedConfigs:
global:
- "jobConfig_default"
- "image_wssagent_go"
- "jobConfig_periodic"
local:
- "jobConfig_default"
- "product_kyma"
# Kyma components
- jobConfig:
repository: "reconciler"
language: "golang-mod"
project: "kyma-incubator"
base_ref: "main"
inheritedConfigs:
global:
- "jobConfig_default"
- "image_wssagent_go"
- "jobConfig_periodic"
local:
- "jobConfig_default"
- "product_control_plane"