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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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())'
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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())'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user