Skip to content

Commit

Permalink
Remove 2 periodic whitesource prowjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis committed Dec 1, 2023
1 parent 1e877f2 commit 2c43949
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 120 deletions.
94 changes: 0 additions & 94 deletions prow/jobs/scans/whitesource-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,53 +96,6 @@ periodics: # runs on schedule
requests:
memory: 1Gi
cpu: 400m
- name: busola-whitesource-scan
annotations:
description: "Periodic whitesource scan of Kyma repositories"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "busola-whitesource-scan"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-gc-project-env: "true"
preset-kms-gc-project-env: "true"
preset-whitesource-product-kyma-dashboard: "true"
preset-wssagent-keys: "true"
preset-sa-gke-kyma-integration-kyma-project-whitesource: "true"
cron: "0 4 * * *"
skip_report: false
decorate: true
cluster: trusted-workload
extra_refs:
- org: kyma-project
repo: busola
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/unified-agent-nodejs:v20231128-9bb59ac6"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "bash"
args:
- "-c"
- "/start-wssagent.sh"
env:
- name: DRYRUN
value: "false"
- name : REPO_NAME
value: busola
- name: CREATE_SUBPROJECTS
value: "false"
- name: SCAN_LANGUAGE
value: javascript
resources:
requests:
memory: 1Gi
cpu: 400m
- name: hydroform-whitesource-scan
annotations:
description: "Periodic whitesource scan of Kyma repositories"
Expand Down Expand Up @@ -239,53 +192,6 @@ periodics: # runs on schedule
requests:
memory: 1Gi
cpu: 400m
- name: directory-size-exporter-whitesource-scan
annotations:
description: "Periodic whitesource scan of Kyma repositories"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "directory-size-exporter-whitesource-scan"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-gc-project-env: "true"
preset-kms-gc-project-env: "true"
preset-whitesource-product-kyma: "true"
preset-wssagent-keys: "true"
preset-sa-gke-kyma-integration-kyma-project-whitesource: "true"
cron: "0 4 * * *"
skip_report: false
decorate: true
cluster: trusted-workload
extra_refs:
- org: kyma-project
repo: directory-size-exporter
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/unified-agent-go:v20231128-9bb59ac6"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "bash"
args:
- "-c"
- "/start-wssagent.sh"
env:
- name: DRYRUN
value: "false"
- name : REPO_NAME
value: directory-size-exporter
- name: CREATE_SUBPROJECTS
value: "false"
- name: SCAN_LANGUAGE
value: golang-mod
resources:
requests:
memory: 1Gi
cpu: 400m

#-------------Release-----------------------------
- name: kyma-2.20-whitesource-scan
Expand Down
26 changes: 0 additions & 26 deletions templates/data/whitesource-periodics-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,6 @@ templates:
local:
- "jobConfig_default"
# Kyma components
- jobConfig:
repository: "busola"
language: "javascript"
project: "kyma-project"
base_ref: "main"
inheritedConfigs:
global:
- "jobConfig_default"
- "image_wssagent_nodejs"
- "jobConfig_periodic"
local:
- "jobConfig_default"
- "product_kyma_dashboard"
- jobConfig:
repository: "hydroform"
exclude: "**/examples/**"
Expand Down Expand Up @@ -128,16 +115,3 @@ templates:
local:
- "jobConfig_default"
- "product_control_plane"
- jobConfig:
repository: "directory-size-exporter"
language: "golang-mod"
project: "kyma-project"
base_ref: "main"
inheritedConfigs:
global:
- "jobConfig_default"
- "image_wssagent_go"
- "jobConfig_periodic"
local:
- "jobConfig_default"
- "product_kyma"

0 comments on commit 2c43949

Please sign in to comment.