Skip to content

Commit c5070bd

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.21.x] update konflux configuration
1 parent 07b1c20 commit c5070bd

4 files changed

+192
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.21 by openshift-pipelines/hack. DO NOT EDIT
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate.git?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
11+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
12+
pipelinesascode.tekton.dev/max-keep-runs: "3"
13+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14+
== "release-v1.21.x" &&
15+
("***".pathChanged() ||
16+
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
17+
".tekton/manual-approval-gate-1-21-controller-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
21+
appstudio.openshift.io/component: manual-approval-gate-1-21-controller
22+
pipelines.appstudio.openshift.io/type: build
23+
name: manual-approval-gate-1-21-controller-on-pull-request
24+
namespace: tekton-ecosystem-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/manual-approval-gate-controller-rhel9:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/dockerfiles/controller.Dockerfile
37+
- name: build-platforms
38+
value:
39+
- linux/x86_64
40+
- name: prefetch-input
41+
value: |
42+
{"type": "rpm", "path": ".konflux/rpms"}
43+
pipelineRef:
44+
name: docker-build-ta
45+
taskRunTemplate:
46+
serviceAccountName: build-pipeline-manual-approval-gate-1-21-controller
47+
workspaces:
48+
- name: git-auth
49+
secret:
50+
secretName: '{{ git_auth_secret }}'
51+
status: {}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.21 by openshift-pipelines/hack. DO NOT EDIT
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate.git?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
11+
pipelinesascode.tekton.dev/max-keep-runs: "3"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13+
== "release-v1.21.x" &&
14+
("***".pathChanged() ||
15+
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
16+
".tekton/manual-approval-gate-1-21-controller-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
20+
appstudio.openshift.io/component: manual-approval-gate-1-21-controller
21+
pipelines.appstudio.openshift.io/type: build
22+
name: manual-approval-gate-1-21-controller-on-push
23+
namespace: tekton-ecosystem-tenant
24+
spec:
25+
params:
26+
- name: git-url
27+
value: '{{source_url}}'
28+
- name: revision
29+
value: '{{revision}}'
30+
- name: output-image
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/manual-approval-gate-controller-rhel9:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/dockerfiles/controller.Dockerfile
34+
- name: prefetch-input
35+
value: |
36+
{"type": "rpm", "path": ".konflux/rpms"}
37+
pipelineRef:
38+
name: docker-build-ta
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-manual-approval-gate-1-21-controller
41+
workspaces:
42+
- name: git-auth
43+
secret:
44+
secretName: '{{ git_auth_secret }}'
45+
status: {}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.21 by openshift-pipelines/hack. DO NOT EDIT
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate.git?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
11+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
12+
pipelinesascode.tekton.dev/max-keep-runs: "3"
13+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14+
== "release-v1.21.x" &&
15+
("***".pathChanged() ||
16+
".konflux/dockerfiles/webhook.Dockerfile".pathChanged() ||
17+
".tekton/manual-approval-gate-1-21-webhook-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
21+
appstudio.openshift.io/component: manual-approval-gate-1-21-webhook
22+
pipelines.appstudio.openshift.io/type: build
23+
name: manual-approval-gate-1-21-webhook-on-pull-request
24+
namespace: tekton-ecosystem-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/manual-approval-gate-webhook-rhel9:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/dockerfiles/webhook.Dockerfile
37+
- name: build-platforms
38+
value:
39+
- linux/x86_64
40+
- name: prefetch-input
41+
value: |
42+
{"type": "rpm", "path": ".konflux/rpms"}
43+
pipelineRef:
44+
name: docker-build-ta
45+
taskRunTemplate:
46+
serviceAccountName: build-pipeline-manual-approval-gate-1-21-webhook
47+
workspaces:
48+
- name: git-auth
49+
secret:
50+
secretName: '{{ git_auth_secret }}'
51+
status: {}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Generated for Konflux Application openshift-pipelines-core-1.21 by openshift-pipelines/hack. DO NOT EDIT
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/manual-approval-gate.git?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
11+
pipelinesascode.tekton.dev/max-keep-runs: "3"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13+
== "release-v1.21.x" &&
14+
("***".pathChanged() ||
15+
".konflux/dockerfiles/webhook.Dockerfile".pathChanged() ||
16+
".tekton/manual-approval-gate-1-21-webhook-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
20+
appstudio.openshift.io/component: manual-approval-gate-1-21-webhook
21+
pipelines.appstudio.openshift.io/type: build
22+
name: manual-approval-gate-1-21-webhook-on-push
23+
namespace: tekton-ecosystem-tenant
24+
spec:
25+
params:
26+
- name: git-url
27+
value: '{{source_url}}'
28+
- name: revision
29+
value: '{{revision}}'
30+
- name: output-image
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-21/manual-approval-gate-webhook-rhel9:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/dockerfiles/webhook.Dockerfile
34+
- name: prefetch-input
35+
value: |
36+
{"type": "rpm", "path": ".konflux/rpms"}
37+
pipelineRef:
38+
name: docker-build-ta
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-manual-approval-gate-1-21-webhook
41+
workspaces:
42+
- name: git-auth
43+
secret:
44+
secretName: '{{ git_auth_secret }}'
45+
status: {}

0 commit comments

Comments
 (0)