Skip to content

Commit

Permalink
Merge pull request bpfman#8 from msherif1234/fix-agent
Browse files Browse the repository at this point in the history
Fix agent
  • Loading branch information
msherif1234 authored Oct 10, 2024
2 parents 2ed3953 + 670a636 commit 80f75a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" &&
(".tekton/multi-arch-build-pipeline.yaml".pathChanged() ||
".tekton/bpfman-agent-pull-request.yaml".pathChanged() ||
".tekton/bpfman-agent-push.yaml".pathChanged() ||
".tekton/ocp-bpfman-agent-pull-request.yaml".pathChanged() ||
".tekton/ocp-bpfman-agent-push.yaml".pathChanged() ||
"apis/***".pathChanged() ||
"controllers/***".pathChanged() ||
"cmd/***".pathChanged() ||
Expand All @@ -25,7 +25,7 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: bpfman-operator
appstudio.openshift.io/component: bpfman-agent
appstudio.openshift.io/component: ocp-bpfman-agent
pipelines.appstudio.openshift.io/type: build
name: bpfman-agent-on-pull-request
namespace: ocp-bpfman-tenant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" &&
(".tekton/multi-arch-build-pipeline.yaml".pathChanged() ||
".tekton/bpfman-agent-pull-request.yaml".pathChanged() ||
".tekton/bpfman-agent-push.yaml".pathChanged() ||
".tekton/ocp-bpfman-agent-pull-request.yaml".pathChanged() ||
".tekton/ocp-bpfman-agent-push.yaml".pathChanged() ||
"apis/***".pathChanged() ||
"controllers/***".pathChanged() ||
"cmd/***".pathChanged() ||
Expand All @@ -25,7 +25,7 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: bpfman-operator
appstudio.openshift.io/component: bpfman-agent
appstudio.openshift.io/component: ocp-bpfman-agent
pipelines.appstudio.openshift.io/type: build
name: bpfman-agent-on-push
namespace: ocp-bpfman-tenant
Expand Down

0 comments on commit 80f75a4

Please sign in to comment.