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 epp, eventing-tools, eventing-module jobs #9517

Merged
merged 1 commit into from
Dec 12, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ spec:
- /tools/entrypoint
args: []
entrypoint_options: '^{.*"args":\["\/ko-app\/image-detector","--prow-config=prow\/config\.yaml","--prow-jobs-dir=prow\/jobs","--terraform-dir=configs\/terraform","--sec-scanner-config=sec-scanners-config\.yaml","--kubernetes-dir=prow\/cluster\/components","--autobump-config=configs\/autobump-config\/test-infra-sec-config-autobump-config\.yaml","--inrepo-config=prow\/image-detector\/inrepo-config\.yaml"\],"container_name":"test",.*}$'
# Prowjob name: eventing-tools-autobump
- image: "europe-docker.pkg.dev/kyma-project/prod/k8s-prow/generic-autobumper:*"
command:
- /tools/entrypoint
args: []
entrypoint_options: '^{.*"args":\["generic-autobumper","--config=ci\/eventing-tools-autobump-config\.yaml"\],"container_name":"test",.*}$'
# Prowjob name: ci-prow-autobump
- image: "europe-docker.pkg.dev/kyma-project/prod/k8s-prow/generic-autobumper:*"
command:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,51 +50,6 @@ presubmits: # runs on PRs
secret:
secretName: signify-dev-secret

- name: pull-eventing-module-build
annotations:
description: "Eventing module build pre-main job"
owner: "skydivingtunas"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-eventing-module-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
always_run: true
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^main$
- ^release-\d+\.\d+$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-gcloud:v20231206-59f0cdfa"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "make"
args:
- "-C"
- "hack/ci"
- "module-build"
env:
- name: IMG
value: "europe-docker.pkg.dev/kyma-project/dev/eventing-manager:PR-${PULL_NUMBER}"
- name: KUSTOMIZE_VERSION
value: "v4.5.7"
- name: MODULE_REGISTRY
value: "europe-docker.pkg.dev/kyma-project/dev/unsigned"
- name: MODULE_SHA
value: "PR-${PULL_NUMBER}"
resources:
requests:
memory: 3Gi
cpu: 2

postsubmits: # runs on main
kyma-project/eventing-manager:
- name: post-eventing-manager-build
Expand Down Expand Up @@ -149,51 +104,6 @@ postsubmits: # runs on main
secret:
secretName: signify-dev-secret

- name: post-eventing-module-build
annotations:
description: "Eventing module build post-main job"
owner: "skydivingtunas"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-eventing-module-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
always_run: true
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
- ^release-\d+\.\d+$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-gcloud:v20231206-59f0cdfa"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "make"
args:
- "-C"
- "hack/ci"
- "module-build"
env:
- name: IMG
value: "europe-docker.pkg.dev/kyma-project/prod/eventing-manager:$(shell date +v%Y%m%d)-$(shell echo ${PULL_BASE_SHA} | head -c 8)"
- name: KUSTOMIZE_VERSION
value: "v4.5.7"
- name: MODULE_REGISTRY
value: "europe-docker.pkg.dev/kyma-project/prod/unsigned"
- name: MODULE_SHA
value: "$(shell echo ${PULL_BASE_SHA} | head -c 8)"
resources:
requests:
memory: 3Gi
cpu: 2

- name: release-eventing-manager-build
annotations:
description: "Job to build eventing module for a release."
Expand Down Expand Up @@ -248,47 +158,3 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret

- name: release-eventing-manager-module-build
annotations:
description: "Job to build eventing module for a release."
owner: "skydivingtunas"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "release-eventing-manager-module-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-bot-github-token: "true"
preset-sa-kyma-push-images: "true"
always_run: true
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^\d+\.\d+\.\d+(?:-.*)?$ # Watches for new Tag
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/buildpack-go:v20231206-59f0cdfa"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "./scripts/release.sh"
args:
- "ci"
env:
- name: IMG
value: "europe-docker.pkg.dev/kyma-project/prod/eventing-manager:${PULL_BASE_REF}"
- name: KUSTOMIZE_VERSION
value: "v4.5.6"
- name: MODULE_REGISTRY
value: "europe-docker.pkg.dev/kyma-project/prod/unsigned"
resources:
requests:
memory: 3Gi
cpu: 2
limits:
memory: 3Gi
cpu: 2

This file was deleted.

This file was deleted.

33 changes: 1 addition & 32 deletions prow/jobs/kyma-project/test-infra/prow-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,37 +98,6 @@ postsubmits: # runs on main
- "prow/cluster/deploy.sh"

periodics: # runs on schedule
- name: eventing-tools-autobump
annotations:
description: "autobump eventing images"
owner: "skydivingtunas"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "eventing-tools-autobump"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-autobump-bot-github-token: "true"
preset-tunas-github-bot-token: "true"
cron: "30 * * * 1-5"
skip_report: false
decorate: true
cluster: trusted-workload
extra_refs:
- org: kyma-project
repo: eventing-tools
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/k8s-prow/generic-autobumper:v20231211-0438486e"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "generic-autobumper"
args:
- "--config=ci/eventing-tools-autobump-config.yaml"

- name: ci-prow-label-sync
annotations:
description: "Periodic sync of labels in GitHub"
Expand Down Expand Up @@ -267,4 +236,4 @@ periodics: # runs on schedule
args:
- "--config=configs/autobump-config/test-infra-autobump-config.yaml"
- "--labels-override=skip-review,area/ci,kind/chore"


Loading