Skip to content

Commit

Permalink
chore: Remove hydroform prow jobs (#11061)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius authored Jun 20, 2024
1 parent 247f0be commit 22f7624
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 237 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
/prow/jobs/kyma-project/examples @kyma-project/observability @neighbors-dev-bot @kyma-project/prow
/prow/jobs/kyma-incubator/compass @kirilkabakchiev @petartodorovv @gvachkov @dimitarpetrov @nickymateev @dzahariev @dragobt @kaloyanspiridonov @nyordanoff @stanislavstefanov @ivantenevvasilev @ognyvrac @la4ezar @emmakarova @alextargov @neighbors-dev-bot @kyma-project/prow
/prow/jobs/kyma-incubator/compass-console @kirilkabakchiev @petartodorovv @gvachkov @dimitarpetrov @nickymateev @dzahariev @dragobt @kaloyanspiridonov @nyordanoff @stanislavstefanov @ivantenevvasilev @ognyvrac @la4ezar @emmakarova @alextargov @neighbors-dev-bot @kyma-project/prow
/prow/jobs/kyma-incubator/hydroform/hydroform.yaml @janmedrek @neighbors-dev-bot @kyma-project/prow
/prow/jobs/kyma-incubator/ord-service @kirilkabakchiev @petartodorovv @gvachkov @dimitarpetrov @nickymateev @dzahariev @dragobt @kaloyanspiridonov @nyordanoff @stanislavstefanov @ivantenevvasilev @ognyvrac @la4ezar @emmakarova @alextargov @neighbors-dev-bot @kyma-project/prow
/prow/jobs/kyma-project/infrastructure-manager/ @kyma-project/framefrog @neighbors-dev-bot @kyma-project/prow
/prow/jobs/kyma-project/istio/ @kyma-project/goat @neighbors-dev-bot @kyma-project/prow
Expand Down
72 changes: 0 additions & 72 deletions prow/jobs/kyma-project/hydroform/hydroform.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions prow/jobs/kyma-project/test-infra/pjconfigtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,45 +310,6 @@ presubmits: # runs on PRs
memory: 100M
cpu: 200m

kyma-project/hydroform:
- name: pull-hydroform-pjconfigtest
annotations:
description: "Run ginkgo suite tests for prowjobs definitions for hydroform"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-hydroform-pjconfigtest"
prow.k8s.io/pubsub.topic: "prowjobs"
run_if_changed: '^.prow/|^.prow.yaml'
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^.*$
extra_refs:
- org: kyma-project
repo: test-infra
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/test-infra/ginkgo:v20240429-870ea518"
imagePullPolicy: Always
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/ginkgo"
args:
- "-r"
- "/home/prow/go/src/github.com/kyma-project/test-infra/pkg/prow/pjconfigtests"
resources:
requests:
memory: 100M
cpu: 200m

kyma-project/private-fn-for-e2e-serverless-tests:
- name: pull-private-fn-for-e2e-serverless-tests-pjconfigtest
annotations:
Expand Down
88 changes: 0 additions & 88 deletions prow/jobs/kyma-project/test-infra/pjtester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -702,94 +702,6 @@ presubmits: # runs on PRs
memory: 100M
cpu: 200m

kyma-project/hydroform:
- name: pull-hydroform-pjtester
annotations:
description: "Schedule prowjobs tests using pjtester for hydroform"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-hydroform-pjtester"
prow.k8s.io/pubsub.topic: "prowjobs"
run_if_changed: '^(vpath/pjtester.yaml)'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^.*$
extra_refs:
- org: kyma-project
repo: test-infra
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/test-infra/ko/pjtester:v20240619-5863afab"
imagePullPolicy: Always
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/ko-app/pjtester"
args:
- "--github-token-path=/etc/github/oauth"
env:
- name: KUBECONFIG_PATH
value: "/etc/kubeconfig/pjtester/config"
resources:
requests:
memory: 100M
cpu: 200m
volumeMounts:
- name: oauth
mountPath: /etc/github
readOnly: true
- name: pjtester-kubeconfig
mountPath: /etc/kubeconfig/pjtester
readOnly: true
volumes:
- name: oauth
secret:
secretName: pjtester-github-oauth-token
- name: pjtester-kubeconfig
secret:
secretName: pjtester-kubeconfig
- name: pull-hydroform-vpathguard
annotations:
description: "Run pjtester vpathguard for hydroform"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-hydroform-vpathguard"
prow.k8s.io/pubsub.topic: "prowjobs"
run_if_changed: '^(vpath/pjtester.yaml)'
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^.*$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/alpine:v20240619-abcecd95"
imagePullPolicy: Always
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/bin/ash"
args:
- "-c"
- "if [ -d /home/prow/go/src/github.com/kyma-project/test-infra/vpath ]; then (echo \"Directory vpath is present. Remove it to merge PR\"; exit 1); else (echo \"Directory vpath is not present\"; exit 0); fi"
resources:
requests:
memory: 100M
cpu: 200m

kyma-project/private-fn-for-e2e-serverless-tests:
- name: pull-private-fn-for-e2e-serverless-tests-pjtester
annotations:
Expand Down
1 change: 0 additions & 1 deletion templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ global:
- name: "lifecycle-manager"
- name: "third-party-images"
- name: "community"
- name: "hydroform"
- name: "private-fn-for-e2e-serverless-tests"
- name: "examples"
- name: "api-gateway"
Expand Down
36 changes: 0 additions & 36 deletions templates/data/incubator-buildpack-data.yaml

This file was deleted.

0 comments on commit 22f7624

Please sign in to comment.