-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathodh-workbench-codeserver-datascience-cpu-py312-ubi9-odh-main-push.yaml
More file actions
207 lines (206 loc) · 9.84 KB
/
odh-workbench-codeserver-datascience-cpu-py312-ubi9-odh-main-push.yaml
File metadata and controls
207 lines (206 loc) · 9.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/notebooks?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: "false"
pipelinesascode.tekton.dev/max-keep-runs: "3"
build.appstudio.openshift.io/build-nudge-files: "manifests/base/params-latest.env"
pipelinesascode.tekton.dev/on-cel-expression: |
event == "push" && target_branch == "main" &&
!("manifests/base/params-latest.env".pathChanged()) &&
(
".tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-odh-main-push.yaml".pathChanged() ||
"codeserver/ubi9-python-3.12/**".pathChanged()
)
creationTimestamp:
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-workbench-codeserver-datascience-cpu-py312-ubi9
pipelines.appstudio.openshift.io/type: build
name: odh-workbench-codeserver-datascience-cpu-py312-ubi9-odh-main-push
namespace: open-data-hub-tenant
spec:
timeouts:
pipeline: 6h
params:
- name: event-type
value: '{{event_type}}'
- name: enable-cache-proxy
value: "true"
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-workbench-codeserver-datascience-cpu-py312-ubi9:{{revision}}
- name: dockerfile
value: codeserver/ubi9-python-3.12/Dockerfile.cpu
- name: build-args-file
value: codeserver/ubi9-python-3.12/build-args/cpu.conf
- name: hermetic
value: "true"
- name: path-context
value: .
- name: additional-tags
value:
- '{{target_branch}}-{{revision}}'
- 3.4-v1.43
- name: build-platforms
value:
- linux-d160-m4xlarge/amd64
- linux-d160-m4xlarge/arm64
- linux/ppc64le
- name: prefetch-input
value:
- path: codeserver/ubi9-python-3.12/prefetch-input/odh
type: rpm
- path: codeserver/ubi9-python-3.12/prefetch-input/odh
type: generic
- path: codeserver/ubi9-python-3.12
type: pip
binary:
arch: "x86_64,aarch64,ppc64le"
requirements_files: ["requirements.cpu.txt"]
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/.vscode/extensions/vscode-selfhost-import-aid
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/.vscode/extensions/vscode-selfhost-test-provider
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/build
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/build/npm/gyp
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/configuration-editing
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/css-language-features
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/css-language-features/server
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/debug-auto-launch
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/debug-server-ready
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/extension-editing
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/git
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/git-base
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/github
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/github-authentication
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/grunt
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/gulp
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/html-language-features
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/html-language-features/server
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/ipynb
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/jake
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/json-language-features
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/json-language-features/server
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/markdown-language-features
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/markdown-math
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/media-preview
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/merge-conflict
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/mermaid-chat-features
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/notebook-renderers
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/npm
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/php-language-features
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/references-view
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/simple-browser
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/tunnel-forwarding
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/typescript-language-features
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/vscode-api-tests
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/vscode-colorize-perf-tests
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/vscode-colorize-tests
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/extensions/vscode-test-resolver
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/remote
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/remote/web
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/test/automation
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/test/integration/browser
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/test/mcp
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/test/monaco
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode/test/smoke
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server/test/e2e/extensions/test-extension
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/code-server
type: npm
# patches/ overlay (codeserver/ubi9-python-3.12/prefetch-input/patches/) — Cachi2 prefetches registry-only lockfiles; keep in sync with patches that have package.json
- path: codeserver/ubi9-python-3.12/prefetch-input/patches/code-server-v4.106.3/lib/vscode
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/patches/code-server-v4.106.3/lib/vscode/remote
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/patches/code-server-v4.106.3/lib/vscode/extensions
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/patches/code-server-v4.106.3/lib/vscode/extensions/emmet
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/patches/code-server-v4.106.3/test
type: npm
- path: codeserver/ubi9-python-3.12/prefetch-input/patches/code-server-v4.106.3/lib/vscode/extensions/microsoft-authentication
type: npm
# Registry-only npm deps (ProdSec); @parcel/watcher, @emmetio/css-parser, @playwright/browser-chromium in custom-packages/package.json
- path: codeserver/ubi9-python-3.12/prefetch-input/patches/code-server-v4.106.3/custom-packages
type: npm
# Override compute resources per Konflux: https://konflux-ci.dev/docs/building/overriding-compute-resources/
# See pull-request YAML for troubleshooting notes if build-images OOMs (remote host vs in-cluster, beta feature).
taskRunSpecs:
- pipelineTaskName: prefetch-dependencies
computeResources:
requests:
cpu: "8"
memory: "32Gi"
limits:
cpu: "8"
memory: "32Gi"
- pipelineTaskName: build-images
computeResources:
requests:
cpu: "8"
memory: "32Gi"
limits:
cpu: "8"
memory: "32Gi"
pipelineRef:
name: multiarch-odh-main-combined-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-workbench-codeserver-datascience-cpu-py312-ubi9
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}