Skip to content

Commit c86259c

Browse files
committed
Merge remote-tracking branch 'upstream/stable'
2 parents 66f718b + 3cbd787 commit c86259c

2 files changed

Lines changed: 108 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
#
4+
metadata:
5+
annotations:
6+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/argo-workflows?rev={{revision}}
7+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
10+
pipelinesascode.tekton.dev/cancel-in-progress: "false"
11+
pipelinesascode.tekton.dev/max-keep-runs: "3"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
13+
== "stable"
14+
creationTimestamp: null
15+
labels:
16+
appstudio.openshift.io/application: opendatahub-builds
17+
appstudio.openshift.io/component: odh-data-science-pipelines-argo-argoexec-ci
18+
pipelines.appstudio.openshift.io/type: build
19+
name: odh-data-science-pipelines-argo-argoexec-on-pull-request
20+
namespace: open-data-hub-tenant
21+
spec:
22+
params:
23+
- name: git-url
24+
value: '{{source_url}}'
25+
- name: revision
26+
value: '{{revision}}'
27+
- name: output-image
28+
value: quay.io/opendatahub/ds-pipelines-argo-argoexec:odh-pr
29+
- name: dockerfile
30+
value: argo-argoexec/Dockerfile.ODH
31+
- name: path-context
32+
value: .
33+
- name: additional-tags
34+
value:
35+
- 'odh-pr-{{revision}}'
36+
- name: pipeline-type
37+
value: pull-request
38+
pipelineRef:
39+
resolver: git
40+
params:
41+
- name: url
42+
value: https://github.com/opendatahub-io/odh-konflux-central.git
43+
- name: revision
44+
value: main
45+
- name: pathInRepo
46+
value: pipeline/multi-arch-container-build.yaml
47+
taskRunTemplate:
48+
serviceAccountName: build-pipeline-odh-data-science-pipelines-argo-argoexec
49+
workspaces:
50+
- name: git-auth
51+
secret:
52+
secretName: '{{ git_auth_secret }}'
53+
status: {}
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
#test
4+
metadata:
5+
annotations:
6+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/maas-billing?rev={{revision}}
7+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
8+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
9+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
10+
pipelinesascode.tekton.dev/cancel-in-progress: "true"
11+
pipelinesascode.tekton.dev/max-keep-runs: "3"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
13+
== "stable"
14+
creationTimestamp: null
15+
labels:
16+
appstudio.openshift.io/application: opendatahub-builds
17+
appstudio.openshift.io/component: odh-data-science-pipelines-argo-workflowcontroller-ci
18+
pipelines.appstudio.openshift.io/type: build
19+
name: odh-data-science-pipelines-argo-workflowcontroller-on-pull-request
20+
namespace: open-data-hub-tenant
21+
spec:
22+
params:
23+
- name: git-url
24+
value: '{{source_url}}'
25+
- name: revision
26+
value: '{{revision}}'
27+
- name: pr-number
28+
value: "{{pull_request.number}}"
29+
- name: output-image
30+
value: quay.io/opendatahub/ds-pipelines-argo-workflowcontroller:odh-pr
31+
- name: dockerfile
32+
value: argo-workflowcontroller/Dockerfile.ODH
33+
- name: path-context
34+
value: .
35+
- name: additional-tags
36+
value:
37+
- 'odh-pr-{{revision}}'
38+
- name: pipeline-type
39+
value: pull-request
40+
pipelineRef:
41+
resolver: git
42+
params:
43+
- name: url
44+
value: https://github.com/opendatahub-io/odh-konflux-central.git
45+
- name: revision
46+
value: main
47+
- name: pathInRepo
48+
value: pipeline/multi-arch-container-build.yaml
49+
taskRunTemplate:
50+
serviceAccountName: build-pipeline-odh-data-science-pipelines-argo-workflowcontroller
51+
workspaces:
52+
- name: git-auth
53+
secret:
54+
secretName: '{{ git_auth_secret }}'
55+
status: {}

0 commit comments

Comments
 (0)