Skip to content

Commit

Permalink
Remove pre-main-ory-reconciler-eval-integration-k3d (#9359)
Browse files Browse the repository at this point in the history
* Remove pre-main-ory-reconciler-eval-integration-k3d

* Additional cleanup
  • Loading branch information
Sawthis authored Nov 21, 2023
1 parent f653b01 commit 536e456
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 383 deletions.
50 changes: 0 additions & 50 deletions prow/jobs/kyma-incubator/reconciler/reconciler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,56 +107,6 @@ presubmits: # runs on PRs
requests:
memory: 3Gi
cpu: 2
- name: pre-main-ory-reconciler-eval-integration-k3d
annotations:
description: "runs ory reconciler integration tests with evaluation profile on k3d"
owner: "goat"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pre-main-ory-reconciler-eval-integration-k3d"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-build-pr: "true"
preset-gc-project-env: "true"
preset-kyma-guard-bot-github-token: "true"
preset-sa-vm-kyma-integration: "true"
run_if_changed: '^((pkg/reconciler/instances/ory\S+)(\.[^.][^.][^.]+$|\.[^.][^dD]$|\.[^mM][^.]$|\.[^.]$|/[^.]+$))'
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^main$
extra_refs:
- org: kyma-project
repo: kyma
base_ref: main
- org: kyma-project
repo: test-infra
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-gcloud:v20231121-05130964"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
runAsUser: 0
command:
- "/home/prow/go/src/github.com/kyma-project/test-infra/prow/scripts/provision-vm-and-start-reconciler-istio-integration-k3d.sh"
env:
- name: EXECUTION_PROFILE
value: "evaluation"
- name: GO11MODULE
value: "on"
- name: KYMA_VERSION
value: "main"
- name: TEST_NAME
value: "ory"
resources:
requests:
memory: 3Gi
cpu: 2
- name: pre-main-ory-reconciler-prod-integration-gcp
annotations:
description: "runs ory reconciler integration tests with production profile on Gardener GCP cluster"
Expand Down
136 changes: 0 additions & 136 deletions prow/scripts/provision-vm-and-run-manager.sh

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions templates/data/incubator-buildpack-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ templates:
GO11MODULE: "on"
branches:
- ^develop$
reconciler_component_k3d_integration_jobConfig:
command: "/home/prow/go/src/github.com/kyma-project/test-infra/prow/scripts/provision-vm-and-start-reconciler-istio-integration-k3d.sh"
reconciler_component_gardener_integration_jobConfig:
command: "/home/prow/go/src/github.com/kyma-project/test-infra/prow/scripts/reconciler/reconciler-component-provision-gardener.sh"
reconciler_e2e_jobConfig:
Expand Down Expand Up @@ -155,32 +153,6 @@ templates:
local:
- extra_refs_kyma_cli
- reconciler_publish_pr_cli_jobConfig
- jobConfig:
name: "pre-main-ory-reconciler-eval-integration-k3d"
annotations:
owner: goat
description: runs ory reconciler integration tests with evaluation profile on k3d
# following regexp won't start build if only Markdown files were changed
run_if_changed: "^((pkg/reconciler/instances/ory\\S+)(\\.[^.][^.][^.]+$|\\.[^.][^dD]$|\\.[^mM][^.]$|\\.[^.]$|/[^.]+$))"
labels:
preset-build-pr: "true"
preset-kyma-guard-bot-github-token: "true"
preset-sa-vm-kyma-integration: "true"
preset-gc-project-env: "true"
env:
TEST_NAME: ory
EXECUTION_PROFILE: evaluation
KYMA_VERSION: main
inheritedConfigs:
global:
- jobConfig_default
- jobConfig_presubmit
- extra_refs_test-infra
- extra_refs_kyma
local:
- reconciler_main_jobConfig
- reconciler_component_k3d_integration_jobConfig
- reconciler_e2e_image
- jobConfig:
name: "pre-main-ory-reconciler-prod-integration-gcp"
annotations:
Expand Down
Loading

0 comments on commit 536e456

Please sign in to comment.