Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove goat jobs #9778

Merged
merged 4 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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