1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tree: import changes from testing-devel at 3404702831

This commit is contained in:
CoreOS Bot
2025-09-19 14:31:56 +00:00
parent 2e829681a9
commit 9b7462bd81
6 changed files with 10 additions and 4 deletions

View File

@@ -31,6 +31,9 @@ spec:
value: ci/buildroot
- name: image-expires-after
value: 5d
- name: labels
value:
- description="Used by CoreOS CI to build software such as Ignition, rpm-ostree, ostree, coreos-installer, and more."
pipelineRef:
params:
- name: bundle

View File

@@ -28,6 +28,9 @@ spec:
value: ./ci/buildroot/Dockerfile
- name: path-context
value: ci/buildroot
- name: labels
value:
- description="Used by CoreOS CI to build software such as Ignition, rpm-ostree, ostree, coreos-installer, and more."
pipelineRef:
params:
- name: bundle

View File

@@ -14,7 +14,7 @@ metadata:
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 == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot".pathChanged())
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot/*".pathChanged())
creationTimestamp: null
spec:
params:

View File

@@ -26,5 +26,5 @@ patches:
value: 'fedora-coreos-testing-devel-on-pull-request'
- op: replace
path: /metadata/annotations/pipelinesascode.tekton.dev~1on-cel-expression
value: 'event == "pull_request" && target_branch == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot".pathChanged())'
value: 'event == "pull_request" && target_branch == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot/*".pathChanged())'

View File

@@ -13,7 +13,7 @@ metadata:
build.appstudio.redhat.com/commit_sha: '{{revision}}'
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 == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot".pathChanged())
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot/*".pathChanged())
creationTimestamp: null
spec:
params:

View File

@@ -26,5 +26,5 @@ patches:
value: 'fedora-coreos-testing-devel-on-push'
- op: replace
path: /metadata/annotations/pipelinesascode.tekton.dev~1on-cel-expression
value: 'event == "push" && target_branch == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot".pathChanged())'
value: 'event == "push" && target_branch == "testing-devel" && !(files.all.all(f, f.matches("ci/buildroot/"))) && !(".tekton/fcos-buildroot/*".pathChanged())'