Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Red Hat Trusted App Pipeline update fedora-bootc
Browse files Browse the repository at this point in the history
  • Loading branch information
red-hat-trusted-app-pipeline authored and lmilbaum committed Dec 4, 2023
1 parent 0ac5a87 commit 72e5318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/fedora-bootc-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: centos-bootc
appstudio.openshift.io/application: fedora-bootc
appstudio.openshift.io/component: fedora-bootc
pipelines.appstudio.openshift.io/type: build
name: fedora-bootc-on-pull-request
Expand All @@ -24,7 +24,7 @@ spec:
- name: git-url
value: "{{repo_url}}"
- name: output-image
value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/fedora-bootc:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}}
- name: path-context
value: .
- name: revision
Expand Down
5 changes: 3 additions & 2 deletions .tekton/fedora-bootc-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?rev={{revision}}
build.appstudio.redhat.com/commit_sha: "{{revision}}"
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 == "push" && target_branch
== "main"
creationTimestamp: null
labels:
appstudio.openshift.io/application: centos-bootc
appstudio.openshift.io/application: fedora-bootc
appstudio.openshift.io/component: fedora-bootc
pipelines.appstudio.openshift.io/type: build
name: fedora-bootc-on-push
Expand All @@ -23,7 +24,7 @@ spec:
- name: git-url
value: "{{repo_url}}"
- name: output-image
value: quay.io/redhat-user-workloads/centos-bootc-tenant/centos-bootc/fedora-bootc:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/centos-bootc-tenant/fedora-bootc/fedora-bootc:on-pr-{{revision}}
- name: path-context
value: .
- name: revision
Expand Down

0 comments on commit 72e5318

Please sign in to comment.