Skip to content

Commit a92572a

Browse files
openshift-pipelines-botpramodbindal
authored andcommitted
[bot:next] update konflux configuration
1 parent f1a8a55 commit a92572a

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Generated 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-git-clone.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+
== "next" &&
15+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
16+
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
17+
".tekton/docker-build-ta.yaml".pathChanged() ||
18+
".tekton/tektoncd-git-clone-next-git-init-pull-request.yaml".pathChanged())
19+
creationTimestamp: null
20+
labels:
21+
appstudio.openshift.io/application: openshift-pipelines-core-next
22+
appstudio.openshift.io/component: tektoncd-git-clone-next-git-init
23+
pipelines.appstudio.openshift.io/type: build
24+
name: tektoncd-git-clone-next-git-init-on-pull-request
25+
namespace: tekton-ecosystem-tenant
26+
spec:
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/next/git-init-rhel9:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: dockerfile
37+
value: .konflux/dockerfiles/git-init.Dockerfile
38+
- name: build-platforms
39+
value:
40+
- linux/x86_64
41+
- name: prefetch-input
42+
value: |
43+
{"type": "rpm", "path": ".konflux/rpms"}
44+
pipelineRef:
45+
name: docker-build-ta
46+
workspaces:
47+
- name: git-auth
48+
secret:
49+
secretName: '{{ git_auth_secret }}'
50+
status: {}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Generated 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-git-clone.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+
== "next" &&
14+
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
15+
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
16+
".tekton/docker-build-ta.yaml".pathChanged() ||
17+
".tekton/tektoncd-git-clone-next-git-init-push.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: openshift-pipelines-core-next
21+
appstudio.openshift.io/component: tektoncd-git-clone-next-git-init
22+
pipelines.appstudio.openshift.io/type: build
23+
name: tektoncd-git-clone-next-git-init-on-push
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/next/git-init-rhel9:{{revision}}
33+
- name: dockerfile
34+
value: .konflux/dockerfiles/git-init.Dockerfile
35+
- name: prefetch-input
36+
value: |
37+
{"type": "rpm", "path": ".konflux/rpms"}
38+
pipelineRef:
39+
name: docker-build-ta
40+
workspaces:
41+
- name: git-auth
42+
secret:
43+
secretName: '{{ git_auth_secret }}'
44+
status: {}

0 commit comments

Comments
 (0)