47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
---
|
|
apiVersion: tekton.dev/v1
|
|
kind: PipelineRun
|
|
metadata:
|
|
annotations:
|
|
build.appstudio.openshift.io/repo: https://gitlab.com/fedora/fedora-bootc/base-images/-/tree/{{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 == "pull_request"
|
|
&& target_branch == "main"
|
|
io.kubernetes.cri-o.Devices: "/dev/fuse"
|
|
creationTimestamp: null
|
|
labels:
|
|
appstudio.openshift.io/application: fedora-bootc-tier-x-rawhide
|
|
appstudio.openshift.io/component: fedora-bootc-tier-x-rawhide
|
|
pipelines.appstudio.openshift.io/type: build
|
|
name: fedora-bootc-tier-x-rawhide-on-pull-request
|
|
namespace: bootc-tenant
|
|
spec:
|
|
timeouts:
|
|
pipeline: 6h0m0s
|
|
tasks: 4h0m0s
|
|
finally: 2h0m0s
|
|
params:
|
|
- name: git-url
|
|
value: '{{source_url}}'
|
|
- name: revision
|
|
value: '{{revision}}'
|
|
- name: output-image
|
|
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-tier-x-rawhide:on-pr-{{revision}}
|
|
- name: image-expires-after
|
|
value: 5d
|
|
- name: path-context
|
|
value: .
|
|
- name: config-file
|
|
value: fedora-bootc-config.json
|
|
- name: image-file
|
|
value: fedora-tier-x.yaml
|
|
- name: prefetch-input
|
|
value: ""
|
|
- name: hermetic
|
|
value: false
|
|
pipelineRef:
|
|
name: ostree-build
|