Skip to content

Commit

Permalink
[release-v1.15] Sync Konflux configurations (#1312)
Browse files Browse the repository at this point in the history
Co-authored-by: serverless-qe <serverless-support@redhat.com>
  • Loading branch information
serverless-qe and serverless-qe authored Oct 15, 2024
1 parent 365353c commit 895e905
Show file tree
Hide file tree
Showing 46 changed files with 289 additions and 155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ spec:
params:
- name: POLICY_CONFIGURATION
value: rhtap-releng-tenant/tmp-onboard-policy
- name: TIMEOUT
value: "45m0s"
application: serverless-operator-135
contexts:
- description: Application testing
Expand Down
2 changes: 1 addition & 1 deletion .tekton/docker-java-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ spec:
- name: name
value: push-dockerfile-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:442f6c7d3a4d4daa7d9c4131ae2c86e604cb35dc6f09cf8c2c336a0b88976aff
value: quay.io/konflux-ci/tekton-catalog/task-push-dockerfile-oci-ta:0.1@sha256:e32feb2c815116730917fe5665d9f003e53f2e1718f60bcbabf0ab3abad5d7d4
- name: kind
value: task
resolver: bundles
Expand Down
8 changes: 5 additions & 3 deletions .tekton/kn-ekb-dispatcher-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -21,7 +20,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/static-images/dispatcher/hermetic/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
12 changes: 8 additions & 4 deletions .tekton/kn-ekb-dispatcher-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -20,7 +19,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/static-images/dispatcher/hermetic/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -30,7 +32,9 @@ spec:
- name: revision
value: '{{revision}}'
- name: additional-tags
value: [ 1.35.0, latest, ]
value:
- 1.35.0
- latest
pipelineRef:
name: docker-java-build
taskRunTemplate: {}
Expand Down
8 changes: 5 additions & 3 deletions .tekton/kn-ekb-event-display-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -21,7 +20,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/event_display/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
12 changes: 8 additions & 4 deletions .tekton/kn-ekb-event-display-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -20,7 +19,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/event_display/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -30,7 +32,9 @@ spec:
- name: revision
value: '{{revision}}'
- name: additional-tags
value: [ 1.35.0, latest, ]
value:
- 1.35.0
- latest
pipelineRef:
name: docker-build
taskRunTemplate: {}
Expand Down
8 changes: 5 additions & 3 deletions .tekton/kn-ekb-heartbeats-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -21,7 +20,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/heartbeats/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
12 changes: 8 additions & 4 deletions .tekton/kn-ekb-heartbeats-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -20,7 +19,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/heartbeats/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -30,7 +32,9 @@ spec:
- name: revision
value: '{{revision}}'
- name: additional-tags
value: [ 1.35.0, latest, ]
value:
- 1.35.0
- latest
pipelineRef:
name: docker-build
taskRunTemplate: {}
Expand Down
8 changes: 5 additions & 3 deletions .tekton/kn-ekb-kafka-controller-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -21,7 +20,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/kafka-controller/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
12 changes: 8 additions & 4 deletions .tekton/kn-ekb-kafka-controller-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -20,7 +19,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/kafka-controller/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -30,7 +32,9 @@ spec:
- name: revision
value: '{{revision}}'
- name: additional-tags
value: [ 1.35.0, latest, ]
value:
- 1.35.0
- latest
pipelineRef:
name: docker-build
taskRunTemplate: {}
Expand Down
8 changes: 5 additions & 3 deletions .tekton/kn-ekb-migrate-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -21,7 +20,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/migrate/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
12 changes: 8 additions & 4 deletions .tekton/kn-ekb-migrate-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -20,7 +19,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/migrate/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -30,7 +32,9 @@ spec:
- name: revision
value: '{{revision}}'
- name: additional-tags
value: [ 1.35.0, latest, ]
value:
- 1.35.0
- latest
pipelineRef:
name: docker-build
taskRunTemplate: {}
Expand Down
8 changes: 5 additions & 3 deletions .tekton/kn-ekb-post-install-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -21,7 +20,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/post-install/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
12 changes: 8 additions & 4 deletions .tekton/kn-ekb-post-install-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -20,7 +19,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/post-install/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -30,7 +32,9 @@ spec:
- name: revision
value: '{{revision}}'
- name: additional-tags
value: [ 1.35.0, latest, ]
value:
- 1.35.0
- latest
pipelineRef:
name: docker-build
taskRunTemplate: {}
Expand Down
8 changes: 5 additions & 3 deletions .tekton/kn-ekb-receiver-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ metadata:
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-v1.15"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-v1.15"
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
Expand All @@ -21,7 +20,10 @@ spec:
- name: dockerfile
value: openshift/ci-operator/static-images/receiver/hermetic/Dockerfile
- name: build-args
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value:
- VERSION=1.35.0
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
Loading

0 comments on commit 895e905

Please sign in to comment.