Skip to content

Commit 59350be

Browse files
author
openshift-pipelines-bot
committed
[bot:release-v1.21.x] update konflux configuration
1 parent 61f61be commit 59350be

16 files changed

+768
-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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16+
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
17+
".tekton/tektoncd-pipeline-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: tektoncd-pipeline-1-21-controller
22+
pipelines.appstudio.openshift.io/type: build
23+
name: tektoncd-pipeline-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/pipeline-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-tektoncd-pipeline-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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15+
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
16+
".tekton/tektoncd-pipeline-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: tektoncd-pipeline-1-21-controller
21+
pipelines.appstudio.openshift.io/type: build
22+
name: tektoncd-pipeline-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/pipeline-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-tektoncd-pipeline-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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16+
".konflux/dockerfiles/entrypoint.Dockerfile".pathChanged() ||
17+
".tekton/tektoncd-pipeline-1-21-entrypoint-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-21-entrypoint
22+
pipelines.appstudio.openshift.io/type: build
23+
name: tektoncd-pipeline-1-21-entrypoint-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/pipeline-entrypoint-rhel9:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/dockerfiles/entrypoint.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-tektoncd-pipeline-1-21-entrypoint
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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15+
".konflux/dockerfiles/entrypoint.Dockerfile".pathChanged() ||
16+
".tekton/tektoncd-pipeline-1-21-entrypoint-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-21-entrypoint
21+
pipelines.appstudio.openshift.io/type: build
22+
name: tektoncd-pipeline-1-21-entrypoint-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/pipeline-entrypoint-rhel9:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/dockerfiles/entrypoint.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-tektoncd-pipeline-1-21-entrypoint
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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16+
".konflux/dockerfiles/events.Dockerfile".pathChanged() ||
17+
".tekton/tektoncd-pipeline-1-21-events-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-21-events
22+
pipelines.appstudio.openshift.io/type: build
23+
name: tektoncd-pipeline-1-21-events-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/pipeline-events-rhel9:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/dockerfiles/events.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-tektoncd-pipeline-1-21-events
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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15+
".konflux/dockerfiles/events.Dockerfile".pathChanged() ||
16+
".tekton/tektoncd-pipeline-1-21-events-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-21-events
21+
pipelines.appstudio.openshift.io/type: build
22+
name: tektoncd-pipeline-1-21-events-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/pipeline-events-rhel9:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/dockerfiles/events.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-tektoncd-pipeline-1-21-events
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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16+
".konflux/dockerfiles/nop.Dockerfile".pathChanged() ||
17+
".tekton/tektoncd-pipeline-1-21-nop-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-21-nop
22+
pipelines.appstudio.openshift.io/type: build
23+
name: tektoncd-pipeline-1-21-nop-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/pipeline-nop-rhel9:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/dockerfiles/nop.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-tektoncd-pipeline-1-21-nop
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/tektoncd-pipeline.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+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15+
".konflux/dockerfiles/nop.Dockerfile".pathChanged() ||
16+
".tekton/tektoncd-pipeline-1-21-nop-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: openshift-pipelines-core-1-21
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-21-nop
21+
pipelines.appstudio.openshift.io/type: build
22+
name: tektoncd-pipeline-1-21-nop-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/pipeline-nop-rhel9:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/dockerfiles/nop.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-tektoncd-pipeline-1-21-nop
41+
workspaces:
42+
- name: git-auth
43+
secret:
44+
secretName: '{{ git_auth_secret }}'
45+
status: {}

0 commit comments

Comments
 (0)