Skip to content

Commit

Permalink
Revert "Revert "Remove goat jobs (kyma-project#9778)" (kyma-project#9794
Browse files Browse the repository at this point in the history
)" (kyma-project#9811)

This reverts commit 8aa72de.
  • Loading branch information
barchw authored Feb 2, 2024
1 parent d5c050d commit 8131272
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 482 deletions.
127 changes: 0 additions & 127 deletions prow/jobs/kyma-project/istio/istio-integration.yaml

This file was deleted.

214 changes: 0 additions & 214 deletions prow/jobs/kyma-project/istio/istio-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,109 +54,6 @@ presubmits: # runs on PRs
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: pull-istio-operator-integration-gcp
annotations:
description: "runs istio operator integration tests on Gardener GCP cluster"
owner: "goat"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-istio-operator-integration-gcp"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-cluster-version: "true"
preset-gardener-gcp-kyma-integration: "true"
preset-kyma-guard-bot-github-token: "true"
preset-sa-kyma-dns-serviceuser: "true"
skip_if_only_changed: 'sec-scanners-config\.yaml$|^docs/|^tests/performance/|\.md$|^(OWNERS|CODEOWNERS)$|^\.'
optional: false
skip_report: false
decorate: true
decoration_config:
grace_period: 600000000000
timeout: 14400000000000
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^main$
- ^release-\d+\.\d+$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-garden:v20240124-628d6dc7"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
runAsUser: 0
command:
- "make"
args:
- "gardener-istio-integration-test"
env:
- name: DISK_SIZE
value: "50"
- name: DISK_TYPE
value: "pd-standard"
- name: GARDENER_REGION
value: "europe-west3"
- name: GARDENER_ZONES
value: "europe-west3-c,europe-west3-b,europe-west3-a"
- name: MACHINE_TYPE
value: "n2-standard-4"
- name: SCALER_MAX
value: "20"
- name: SCALER_MIN
value: "3"
- name: TEST_SA_ACCESS_KEY_PATH
value: "/sa-kyma-dns-serviceuser/service-account.json"
resources:
requests:
memory: 3Gi
cpu: 2
- name: pull-istio-integration-aws-specific
annotations:
description: "runs istio operator integration tests specific to AWS"
owner: "goat"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-istio-integration-aws-specific"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-cluster-version: "true"
preset-gardener-aws-kyma-integration: "true"
preset-kyma-guard-bot-github-token: "true"
skip_if_only_changed: 'sec-scanners-config\.yaml$|^docs/|^tests/performance/|\.md$|^(OWNERS|CODEOWNERS)$|^\.'
optional: false
skip_report: false
decorate: true
decoration_config:
grace_period: 600000000000
timeout: 14400000000000
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^release-\d+\.\d+$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-garden:v20240124-628d6dc7"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
runAsUser: 0
command:
- "bash"
args:
- "-c"
- "mkdir -p /prow-tools && ln -s /usr/local/bin/jobguard /prow-tools/jobguard && ./tests/integration/scripts/integration-test-aws-specific.sh"
env:
- name: IMG
value: "europe-docker.pkg.dev/kyma-project/dev/istio-manager:PR-${PULL_NUMBER}"
- name: WAIT_FOR_JOB_NAME
value: "pull-istio-operator-build"
resources:
requests:
memory: 3Gi
cpu: 2

postsubmits: # runs on main
kyma-project/istio:
Expand Down Expand Up @@ -270,115 +167,4 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-istio-integration-aws-specific
annotations:
description: "runs istio operator integration tests specific to AWS"
owner: "goat"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-istio-integration-aws-specific"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-cluster-version: "true"
preset-gardener-aws-kyma-integration: "true"
preset-kyma-guard-bot-github-token: "true"
skip_if_only_changed: 'sec-scanners-config\.yaml$|^docs/|^tests/performance/|\.md$|^(OWNERS|CODEOWNERS)$|^\.'
optional: false
skip_report: false
decorate: true
decoration_config:
grace_period: 600000000000
timeout: 14400000000000
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
reporter_config:
slack:
channel: goat-int
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-garden:v20240124-628d6dc7"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
runAsUser: 0
command:
- "bash"
args:
- "-c"
- "mkdir -p /prow-tools && ln -s /usr/local/bin/jobguard /prow-tools/jobguard && ./tests/integration/scripts/integration-test-aws-specific.sh"
env:
- name: IMG
value: "europe-docker.pkg.dev/kyma-project/prod/istio-manager:${PULL_BASE_SHA}"
- name: WAIT_FOR_JOB_NAME
value: "post-istio-operator-build"
resources:
requests:
memory: 3Gi
cpu: 2

periodics: # runs on schedule
- name: nightly-istio-performance-test-gcp
annotations:
description: "runs istio performance tests on Gardener GCP cluster"
owner: "goat"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "nightly-istio-performance-test-gcp"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-cluster-version: "true"
preset-gardener-gcp-kyma-integration: "true"
preset-kyma-guard-bot-github-token: "true"
preset-sa-kyma-dns-serviceuser: "true"
cron: "0 0 * * *"
optional: false
skip_report: false
decorate: true
decoration_config:
grace_period: 600000000000
timeout: 14400000000000
cluster: untrusted-workload
extra_refs:
- org: kyma-project
repo: istio
base_ref: main
reporter_config:
slack:
channel: goat-int
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-gcloud:v20240124-628d6dc7"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
runAsUser: 0
command:
- "make"
args:
- "gardener-perf-test"
env:
- name: DISK_SIZE
value: "50"
- name: DISK_TYPE
value: "pd-standard"
- name: GARDENER_REGION
value: "europe-west3"
- name: GARDENER_ZONES
value: "europe-west3-c,europe-west3-b,europe-west3-a"
- name: MACHINE_TYPE
value: "n2-standard-8"
- name: SCALER_MAX
value: "20"
- name: SCALER_MIN
value: "3"
- name: TEST_SA_ACCESS_KEY_PATH
value: "/sa-kyma-dns-serviceuser/service-account.json"
resources:
requests:
memory: 3Gi
cpu: 2

Loading

0 comments on commit 8131272

Please sign in to comment.