Skip to content

Commit

Permalink
change pipelines for version 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto González <[email protected]>
  • Loading branch information
ernesgonzalez33 authored and mnecas committed Oct 31, 2024
1 parent 6056d82 commit 960c7b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .tekton/forklift-must-gather-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ 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-must-gather
appstudio.openshift.io/application: forklift-operator-2-7
appstudio.openshift.io/component: forklift-must-gather-2-7
pipelines.appstudio.openshift.io/type: build
name: forklift-must-gather-on-pull-request
namespace: rh-mtv-1-tenant
Expand All @@ -23,7 +23,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator/forklift-must-gather:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator-2-7/forklift-must-gather-2-7:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .tekton/forklift-must-gather-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ 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-must-gather
appstudio.openshift.io/application: forklift-operator-2-7
appstudio.openshift.io/component: forklift-must-gather-2-7
pipelines.appstudio.openshift.io/type: build
name: forklift-must-gather-on-push
namespace: rh-mtv-1-tenant
Expand All @@ -22,7 +22,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator/forklift-must-gather:{{revision}}
value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator-2-7/forklift-must-gather-2-7:{{revision}}
- name: dockerfile
value: Dockerfile
- name: path-context
Expand Down

0 comments on commit 960c7b7

Please sign in to comment.