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

Use semantic versioning for eventing manager #9472

Closed
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
@@ -1,6 +1,5 @@
# Code generated by rendertemplates. DO NOT EDIT.


presubmits: # runs on PRs
kyma-project/eventing-manager:
- name: pull-eventing-manager-build
Expand Down Expand Up @@ -93,7 +92,7 @@ presubmits: # runs on PRs
requests:
memory: 3Gi
cpu: 2

postsubmits: # runs on main
kyma-project/eventing-manager:
- name: release-eventing-manager-build
Expand All @@ -112,7 +111,7 @@ postsubmits: # runs on main
cluster: trusted-workload
max_concurrency: 10
branches:
- ^\d+\.\d+\.\d+(?:-.*)?$
- ^\d+\.\d+\.\d+(?:-.*)?$ # Watches for new Tag
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
Expand All @@ -128,7 +127,7 @@ postsubmits: # runs on main
- "--config=/config/kaniko-build-config.yaml"
- "--context=."
- "--dockerfile=Dockerfile"
- "--tag={{ .Env \"PULL_BASE_SHA\" }}"
- "--tag={{ .Env \"PULL_BASE_REF\" }}"
resources:
requests:
memory: 1.5Gi
Expand Down Expand Up @@ -166,7 +165,9 @@ postsubmits: # runs on main
cluster: trusted-workload
max_concurrency: 10
branches:
- ^\d+\.\d+\.\d+(?:-.*)?$
- ^\d+\.\d+\.\d+(?:-.*)?$ # Watches for new Tag
skip_branches:
- 0.0.0 # Skip for 0.0.0 Tag
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/buildpack-go:v20231130-5e582eeb"
Expand All @@ -181,7 +182,7 @@ postsubmits: # runs on main
- "ci"
env:
- name: IMG
value: "europe-docker.pkg.dev/kyma-project/prod/eventing-manager:${PULL_BASE_SHA}"
value: "europe-docker.pkg.dev/kyma-project/prod/eventing-manager:${PULL_BASE_REF}"
- name: KUSTOMIZE_VERSION
value: "v4.5.6"
- name: MODULE_REGISTRY
Expand All @@ -208,6 +209,8 @@ postsubmits: # runs on main
decorate: true
cluster: trusted-workload
max_concurrency: 10
skip_branches:
- 0.0.0 # Skip for 0.0.0 Tag
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
Expand Down Expand Up @@ -285,4 +288,3 @@ postsubmits: # runs on main
requests:
memory: 3Gi
cpu: 2