Skip to content

Commit c83af33

Browse files
red-hat-konflux[bot]red-hat-konfluxOlivierCazade
authored
Red Hat Konflux update netobserv-ebpf-agent-1-8 (#536)
* Red Hat Konflux update netobserv-ebpf-agent-1-8 Signed-off-by: red-hat-konflux <[email protected]> * Update netobserv-ebpf-agent-1-8-pull-request.yaml * Update netobserv-ebpf-agent-1-8-push.yaml * Update netobserv-ebpf-agent-1-8-push.yaml --------- Co-authored-by: red-hat-konflux <[email protected]> Co-authored-by: Olivier Cazade <[email protected]>
1 parent 528ec8c commit c83af33

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/netobserv-ebpf-agent?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11+
== "release-1.8"
12+
creationTimestamp: null
13+
labels:
14+
appstudio.openshift.io/application: netobserv-operator-1-8
15+
appstudio.openshift.io/component: netobserv-ebpf-agent-1-8
16+
pipelines.appstudio.openshift.io/type: build
17+
name: netobserv-ebpf-agent-1-8-on-pull-request
18+
namespace: ocp-network-observab-tenant
19+
spec:
20+
params:
21+
- name: git-url
22+
value: '{{source_url}}'
23+
- name: revision
24+
value: '{{revision}}'
25+
- name: output-image
26+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/netobserv-ebpf-agent:on-pr-{{revision}}
27+
- name: image-expires-after
28+
value: 5d
29+
- name: dockerfile
30+
value: Dockerfile.downstream
31+
pipelineRef:
32+
name: build-pipeline
33+
taskRunTemplate: {}
34+
workspaces:
35+
- name: workspace
36+
volumeClaimTemplate:
37+
metadata:
38+
creationTimestamp: null
39+
spec:
40+
accessModes:
41+
- ReadWriteOnce
42+
resources:
43+
requests:
44+
storage: 1Gi
45+
status: {}
46+
- name: git-auth
47+
secret:
48+
secretName: '{{ git_auth_secret }}'
49+
status: {}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/netobserv-ebpf-agent?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8+
build.appstudio.openshift.io/build-nudge-files: "hack/container_digest.sh"
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11+
== "release-1.8"
12+
creationTimestamp: null
13+
labels:
14+
appstudio.openshift.io/application: netobserv-operator-1-8
15+
appstudio.openshift.io/component: netobserv-ebpf-agent-1-8
16+
pipelines.appstudio.openshift.io/type: build
17+
name: netobserv-ebpf-agent-1-8-on-push
18+
namespace: ocp-network-observab-tenant
19+
spec:
20+
params:
21+
- name: git-url
22+
value: '{{source_url}}'
23+
- name: revision
24+
value: '{{revision}}'
25+
- name: output-image
26+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/netobserv-ebpf-agent:{{revision}}
27+
- name: dockerfile
28+
value: Dockerfile.downstream
29+
pipelineRef:
30+
name: build-pipeline
31+
taskRunTemplate: {}
32+
workspaces:
33+
- name: workspace
34+
volumeClaimTemplate:
35+
metadata:
36+
creationTimestamp: null
37+
spec:
38+
accessModes:
39+
- ReadWriteOnce
40+
resources:
41+
requests:
42+
storage: 1Gi
43+
status: {}
44+
- name: git-auth
45+
secret:
46+
secretName: '{{ git_auth_secret }}'
47+
status: {}

0 commit comments

Comments
 (0)