Red Hat Trusted App Pipeline update fedora-bootc
This commit is contained in:
parent
0ac5a87496
commit
72e5318eb2
|
|
@ -12,7 +12,7 @@ metadata:
|
||||||
== "main"
|
== "main"
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
appstudio.openshift.io/application: centos-bootc
|
appstudio.openshift.io/application: fedora-bootc
|
||||||
appstudio.openshift.io/component: fedora-bootc
|
appstudio.openshift.io/component: fedora-bootc
|
||||||
pipelines.appstudio.openshift.io/type: build
|
pipelines.appstudio.openshift.io/type: build
|
||||||
name: fedora-bootc-on-pull-request
|
name: fedora-bootc-on-pull-request
|
||||||
|
|
@ -24,7 +24,7 @@ spec:
|
||||||
- name: git-url
|
- name: git-url
|
||||||
value: "{{repo_url}}"
|
value: "{{repo_url}}"
|
||||||
- name: output-image
|
- 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
|
- name: path-context
|
||||||
value: .
|
value: .
|
||||||
- name: revision
|
- name: revision
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?rev={{revision}}
|
build.appstudio.openshift.io/repo: https://github.com/CentOS/centos-bootc?rev={{revision}}
|
||||||
build.appstudio.redhat.com/commit_sha: "{{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}}"
|
build.appstudio.redhat.com/target_branch: "{{target_branch}}"
|
||||||
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
||||||
pipelinesascode.tekton.dev/on-cel-expression:
|
pipelinesascode.tekton.dev/on-cel-expression:
|
||||||
|
|
@ -11,7 +12,7 @@ metadata:
|
||||||
== "main"
|
== "main"
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
appstudio.openshift.io/application: centos-bootc
|
appstudio.openshift.io/application: fedora-bootc
|
||||||
appstudio.openshift.io/component: fedora-bootc
|
appstudio.openshift.io/component: fedora-bootc
|
||||||
pipelines.appstudio.openshift.io/type: build
|
pipelines.appstudio.openshift.io/type: build
|
||||||
name: fedora-bootc-on-push
|
name: fedora-bootc-on-push
|
||||||
|
|
@ -23,7 +24,7 @@ spec:
|
||||||
- name: git-url
|
- name: git-url
|
||||||
value: "{{repo_url}}"
|
value: "{{repo_url}}"
|
||||||
- name: output-image
|
- 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
|
- name: path-context
|
||||||
value: .
|
value: .
|
||||||
- name: revision
|
- name: revision
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue