Skip to content

Commit

Permalink
Remove schema-migrator related Prow jobs (#11743)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali authored Sep 3, 2024
1 parent a209928 commit 67e11ee
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions templates/data/control-plane-build.yaml
Original file line number Diff line number Diff line change
@@ -1,47 +1,6 @@
templates:
- from: generic.tmpl
render:
- to: ../../prow/jobs/kyma-project/control-plane/components/schema-migrator/schema-migrator-build.yaml
jobConfigs:
- repoName: "github.com/kyma-project/control-plane"
jobs:
- jobConfig:
name: pull-schema-migrator-build
image: "europe-docker.pkg.dev/kyma-project/prod/image-builder:v20240829-9a504e1b"
annotations:
owner: framefrog,gopher
description: build schema migrator
run_if_changed: "^components/schema-migrator"
args:
- --name=control-plane/schema-migrator
- --context=components/schema-migrator
- --dockerfile=Dockerfile
- --config=/config/kaniko-build-config.yaml
inheritedConfigs:
global:
- kaniko_buildpack
- jobConfig_presubmit
- jobConfig:
name: post-schema-migrator-build
image: "europe-docker.pkg.dev/kyma-project/prod/image-builder:v20240829-9a504e1b"
annotations:
owner: framefrog,gopher
description: build schema migrator
labels:
preset-signify-prod-secret: "true"
run_if_changed: "^components/schema-migrator"
branches:
- ^main$
args:
- --name=control-plane/schema-migrator
- --context=components/schema-migrator
- --dockerfile=Dockerfile
- --config=/config/kaniko-build-config.yaml
inheritedConfigs:
global:
- kaniko_buildpack
- jobConfig_postsubmit

- to: ../../prow/jobs/kyma-project/control-plane/tests/e2e/provisioning/e2e-provisioning-test-build.yaml
jobConfigs:
- repoName: "github.com/kyma-project/control-plane"
Expand Down

0 comments on commit 67e11ee

Please sign in to comment.