Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .tekton/kola-nfs-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ metadata:
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" &&
("tests/containers/nfs/***".pathChanged() ||
".tekton/kola-nfs-pull-request.yaml".pathChanged() ||
"ci/hermetic/rpms.lock.yaml".pathChanged()
)
== "main" && ("tests/containers/nfs/***".pathChanged() || ".tekton/kola-nfs-pull-request.yaml".pathChanged()
|| "ci/hermetic/rpms.lock.yaml".pathChanged() )
creationTimestamp: null
labels:
appstudio.openshift.io/application: coreos-assembler
Expand All @@ -39,13 +36,11 @@ spec:
- name: path-context
value: tests/containers/nfs
- name: hermetic
value: false
value: "false"
- name: prefetch-input
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
# Note: to be removed once rpm fully supported
# https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers
- name: dev-package-managers
value: true
value: "true"
pipelineRef:
params:
- name: bundle
Expand All @@ -55,6 +50,8 @@ spec:
- name: kind
value: pipeline
resolver: bundles
taskRunTemplate:
serviceAccountName: build-pipeline-kola-nfs
workspaces:
- name: git-auth
secret:
Expand Down
12 changes: 5 additions & 7 deletions .tekton/kola-nfs-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ metadata:
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "main" &&
("tests/containers/nfs/***".pathChanged() ||
"ci/hermetic/rpms.lock.yaml".pathChanged()
== "main" && ("tests/containers/nfs/***".pathChanged() || "ci/hermetic/rpms.lock.yaml".pathChanged()
)
creationTimestamp: null
labels:
Expand All @@ -35,13 +33,11 @@ spec:
- name: path-context
value: tests/containers/nfs
- name: hermetic
value: false
value: "false"
- name: prefetch-input
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
# Note: to be removed once rpm fully supported
# https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers
- name: dev-package-managers
value: true
value: "true"
pipelineRef:
params:
- name: bundle
Expand All @@ -51,6 +47,8 @@ spec:
- name: kind
value: pipeline
resolver: bundles
taskRunTemplate:
serviceAccountName: build-pipeline-kola-nfs
workspaces:
- name: git-auth
secret:
Expand Down
Loading