Skip to content

Commit 1c0d0b5

Browse files
sync pipelineruns with konflux-central - c4c1899
1 parent 4ebbd59 commit 1c0d0b5

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: 'https://github.com/red-hat-data-services/notebooks?rev={{revision}}'
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8+
pipelinesascode.tekton.dev/cancel-in-progress: "false"
9+
pipelinesascode.tekton.dev/max-keep-runs: '3'
10+
build.appstudio.openshift.io/build-nudge-files: "manifests/base/params-latest.env"
11+
pipelinesascode.tekton.dev/on-cel-expression: |
12+
event == "push"
13+
&& target_branch == "rhoai-2.21"
14+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n-v2-21-push".pathChanged()) ||
15+
("jupyter/trustyai/ubi9-python-3.11/**".pathChanged()
16+
|| "jupyter/utils/**".pathChanged()
17+
|| "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()
18+
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64/**".pathChanged()
19+
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64/**".pathChanged()
20+
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged())
21+
)
22+
&& !"manifests/base/params-latest.env".pathChanged()
23+
creationTimestamp: null
24+
labels:
25+
appstudio.openshift.io/application: external-rhoai-v2-21
26+
appstudio.openshift.io/component: odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n-v2-21
27+
pipelines.appstudio.openshift.io/type: build
28+
name: odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n-v2-21-on-push
29+
namespace: rhoai-tenant
30+
spec:
31+
params:
32+
- name: git-url
33+
value: '{{source_url}}'
34+
- name: revision
35+
value: '{{revision}}'
36+
- name: output-image
37+
value: quay.io/modh/odh-workbench-jupyter-trustyai-cpu-py311-ubi9:{{target_branch}}
38+
- name: additional-tags
39+
value:
40+
- '{{target_branch}}-{{revision}}'
41+
- name: dockerfile
42+
value: jupyter/trustyai/ubi9-python-3.11/Dockerfile.cpu
43+
- name: path-context
44+
value: .
45+
- name: hermetic
46+
value: false
47+
- name: build-source-image
48+
value: false
49+
- name: build-image-index
50+
value: false
51+
- name: rebuild
52+
value: true
53+
- name: skip-checks
54+
value: true
55+
pipelineRef:
56+
resolver: git
57+
params:
58+
- name: url
59+
value: https://github.com/red-hat-data-services/konflux-central.git
60+
- name: revision
61+
value: '{{ target_branch }}'
62+
- name: pathInRepo
63+
value: pipelines/container-build.yaml
64+
taskRunTemplate:
65+
serviceAccountName: build-pipeline-odh-workbench-jupyter-trustyai-cpu-py311-ubi9-n-v2-21
66+
workspaces:
67+
- name: git-auth
68+
secret:
69+
secretName: '{{ git_auth_secret }}'
70+
status: {}

0 commit comments

Comments
 (0)