Skip to content

Commit

Permalink
Merge branch 'release-2.7' into merge-main-to-2-7-branch
Browse files Browse the repository at this point in the history
Signed-off-by: Sharon Gratch <[email protected]>
  • Loading branch information
sgratch authored Dec 3, 2024
2 parents 3a656a5 + 717892c commit 3bcd75b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .tekton/forklift-console-plugin-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,24 @@ metadata:
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
== "main"
== "release-2.7"
creationTimestamp: null
labels:
appstudio.openshift.io/application: forklift-operator
appstudio.openshift.io/component: forklift-console-plugin
appstudio.openshift.io/application: forklift-operator-2-7
appstudio.openshift.io/component: forklift-console-plugin-2-7
pipelines.appstudio.openshift.io/type: build
name: forklift-console-plugin-on-pull-request
namespace: rh-mtv-1-tenant
spec:
params:
- name: build-source-image
value: "true"
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator/forklift-console-plugin:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator-2-7/forklift-console-plugin-2-7:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
Expand Down Expand Up @@ -454,7 +456,7 @@ spec:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:8f3b23bf1b0ef55cc79d28604d2397a0101ac9c0c42ae26e26532eb2778c801b
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:0c9667fba291af05997397a32e5e938ccaa46e93a2e14bad228e64a6427c5545
- name: kind
value: task
resolver: bundles
Expand Down
12 changes: 7 additions & 5 deletions .tekton/forklift-console-plugin-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@ metadata:
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
== "main"
== "release-2.7"
creationTimestamp: null
labels:
appstudio.openshift.io/application: forklift-operator
appstudio.openshift.io/component: forklift-console-plugin
appstudio.openshift.io/application: forklift-operator-2-7
appstudio.openshift.io/component: forklift-console-plugin-2-7
pipelines.appstudio.openshift.io/type: build
name: forklift-console-plugin-on-push
namespace: rh-mtv-1-tenant
spec:
params:
- name: build-source-image
value: "true"
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator/forklift-console-plugin:{{revision}}
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator-2-7/forklift-console-plugin-2-7:{{revision}}
- name: dockerfile
value: build/Containerfile
- name: path-context
Expand Down Expand Up @@ -453,7 +455,7 @@ spec:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:8f3b23bf1b0ef55cc79d28604d2397a0101ac9c0c42ae26e26532eb2778c801b
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:0c9667fba291af05997397a32e5e938ccaa46e93a2e14bad228e64a6427c5545
- name: kind
value: task
resolver: bundles
Expand Down

0 comments on commit 3bcd75b

Please sign in to comment.