Skip to content

Commit

Permalink
Merge pull request bpfman#101 from msherif1234/update-rpms
Browse files Browse the repository at this point in the history
regenerate rpms
  • Loading branch information
openshift-merge-bot[bot] authored Nov 15, 2024
2 parents 422463e + 19ed45e commit 7b702f7
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 286 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" &&
(".tekton/ocp-bpfman-operator-catalog-ocp4-18-pull-request.yaml".pathChanged() ||
"Containerfile.catalog.openshift-4.18".pathChanged() ||
"rpms.in.yaml".pathChanged() ||
"catalog/***".pathChanged())
creationTimestamp: null
labels:
Expand Down
1 change: 1 addition & 0 deletions .tekton/ocp-bpfman-operator-catalog-ocp4-18-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
".tekton/ocp-bpfman-operator-catalog-ocp4-18-push.yaml".pathChanged() ||
"Containerfile.catalog.openshift-4.18".pathChanged() ||
"catalog/***".pathChanged() ||
"rpms.in.yaml".pathChanged() ||
"hack/update_catalog.sh".pathChanged())
creationTimestamp: null
labels:
Expand Down
1 change: 1 addition & 0 deletions .tekton/ocp-bpfman-operator-catalog-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" &&
(".tekton/ocp-bpfman-operator-catalog-pull-request.yaml".pathChanged() ||
"Containerfile.catalog.openshift-4.17".pathChanged() ||
"rpms.in.yaml".pathChanged() ||
"catalog/***".pathChanged())
creationTimestamp: null
labels:
Expand Down
1 change: 1 addition & 0 deletions .tekton/ocp-bpfman-operator-catalog-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
".tekton/ocp-bpfman-operator-catalog-push.yaml".pathChanged() ||
"Containerfile.catalog.openshift-4.17".pathChanged() ||
"catalog/***".pathChanged() ||
"rpms.in.yaml".pathChanged() ||
"hack/update_catalog.sh".pathChanged())
creationTimestamp: null
labels:
Expand Down
4 changes: 4 additions & 0 deletions rpms.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ contentOrigin:
repofiles:
- ./ubi.repo
packages: [skopeo, jq, python3, python3-ruamel-yaml-clib, python3-ruamel-yaml]
context:
containerfile:
file: Containerfile.catalog.openshift-4.18
stageName: builder-runner
Loading

0 comments on commit 7b702f7

Please sign in to comment.