We don't currently want the minimal-plus target to be user-facing. It's intended only for other Fedora variants. Let's support "hidden" manifests by having their names end in `.hidden.yaml`. Then, make `minimal-plus` hidden. I considered instead having them start with `.` to match well-established semantics, but I don't like either that this hides them from an `ls` in the git repo (or even with `-a`, puts them higher up whereas I want it to be close to `minimal.yaml`). I also considered leveraging the existing symlink hiding semantics, but it also felt awkward to rename a file and add a symlink to it just for the purpose of hiding it.
57 lines
2.3 KiB
YAML
57 lines
2.3 KiB
YAML
apiVersion: tekton.dev/v1
|
|
kind: PipelineRun
|
|
metadata:
|
|
annotations:
|
|
build.appstudio.openshift.io/repo: https://gitlab.com/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/cancel-in-progress: "true"
|
|
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
|
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
|
|
== "main" && ( "./iot.yaml".pathChanged() || "./iot/***".pathChanged()
|
|
|| "./minimal-plus.hidden.yaml".pathChanged() || "./minimal-plus/***".pathChanged()
|
|
|| "./minimal.yaml".pathChanged() || "./minimal/***".pathChanged() ||
|
|
"./fedora-includes/generic.yaml".pathChanged() || ".tekton/fedora-bootc-rawhide-iot-pull-request.yaml".pathChanged()
|
|
|| "Containerfile".pathChanged() )
|
|
creationTimestamp: null
|
|
labels:
|
|
appstudio.openshift.io/application: fedora-bootc-rawhide
|
|
appstudio.openshift.io/component: fedora-bootc-rawhide-iot
|
|
pipelines.appstudio.openshift.io/type: build
|
|
name: fedora-bootc-rawhide-iot-on-pull-request
|
|
spec:
|
|
params:
|
|
- name: git-url
|
|
value: '{{source_url}}'
|
|
- name: revision
|
|
value: '{{revision}}'
|
|
- name: build-platforms
|
|
value:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
- name: dockerfile
|
|
value: Containerfile
|
|
- name: path-context
|
|
value: .
|
|
- name: privileged-nested
|
|
value: true
|
|
- name: build-args
|
|
value:
|
|
- REPOS_IMAGE=quay.io/bootc-devel/fedora-bootc-rawhide-compose:Fedora-Rawhide-20250610.n.0@sha256:eac31e6c35016902d5f362128c346dc4ca6efe9eb27c38e35660f2a40572ecc8
|
|
- MANIFEST=fedora-iot
|
|
- name: image-expires-after
|
|
value: 5d
|
|
- name: output-image
|
|
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-rawhide-iot:on-pr-{{revision}}
|
|
pipelineRef:
|
|
params:
|
|
- name: bundle
|
|
value: quay.io/bootc-devel/tekton-catalog/pipeline-buildah-build-bootc-multi-platform-oci-ta@sha256:17ec031131088220ff381c4f74882471ce60905ffe0ee8589481cef475689afb
|
|
- name: name
|
|
value: buildah-build-bootc-multi-platform-oci-ta
|
|
- name: kind
|
|
value: pipeline
|
|
resolver: bundles
|
|
timeouts:
|
|
pipeline: 6h
|