Skip to content

Commit 6745e27

Browse files
authored
Merge pull request #1688 from jiridanek/rhds-main
Merge remote-tracking branch 'origin/main' into rhds-main
2 parents 7695cc1 + e98422e commit 6745e27

File tree

69 files changed

+2660
-831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2660
-831
lines changed

.tekton/odh-base-image-cpu-py312-c9s-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
value: base-images/cpu/c9s-python-3.12/Dockerfile.cpu
2929
- name: path-context
3030
value: .
31+
- name: additional-tags
32+
value:
33+
- '{{target_branch}}-{{revision}}'
34+
- latest
3135
- name: build-platforms
3236
value:
3337
- linux/x86_64
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/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: event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && ( "runtimes/datascience/ubi9-python-3.12/**".pathChanged() || "runtimes/datascience/ubi9-python-3.12/build-args/cpu.conf".pathChanged() || ".tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-push.yaml".pathChanged() )
12+
creationTimestamp:
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-release
15+
appstudio.openshift.io/component: odh-pipeline-runtime-datascience-cpu-py312-ubi9
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-pipeline-runtime-datascience-cpu-py312-ubi9-on-push
18+
namespace: open-data-hub-tenant
19+
spec:
20+
params:
21+
- name: git-url
22+
value: '{{source_url}}'
23+
- name: revision
24+
value: '{{revision}}'
25+
- name: output-image
26+
value: quay.io/opendatahub/odh-pipeline-runtime-datascience-cpu-py312-ubi9:{{revision}}
27+
- name: dockerfile
28+
value: runtimes/datascience/ubi9-python-3.12/Dockerfile.cpu
29+
- name: build-args-file
30+
value: runtimes/datascience/ubi9-python-3.12/build-args/cpu.conf
31+
- name: path-context
32+
value: .
33+
- name: additional-tags
34+
value:
35+
- '{{target_branch}}-{{revision}}'
36+
- 2025b-v1.39
37+
pipelineRef:
38+
name: singlearch-push-pipeline
39+
taskRunTemplate:
40+
serviceAccountName: build-pipeline-odh-pipeline-runtime-datascience-cpu-py312-ubi9
41+
workspaces:
42+
- name: git-auth
43+
secret:
44+
secretName: '{{ git_auth_secret }}'
45+
status: {}

.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
- name: additional-tags
3434
value:
3535
- '{{target_branch}}-{{revision}}'
36-
- 2025b-v1.38
36+
- 2025b-v1.39
3737
pipelineRef:
3838
name: singlearch-push-pipeline
3939
taskRunTemplate:
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/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: event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && ( ".tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-push.yaml".pathChanged() || "runtimes/pytorch/ubi9-python-3.12/**".pathChanged() || "runtimes/pytorch/ubi9-python-3.12/build-args/cuda.conf".pathChanged() )
12+
creationTimestamp:
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-release
15+
appstudio.openshift.io/component: odh-pipeline-runtime-pytorch-cuda-py312-ubi9
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-pipeline-runtime-pytorch-cuda-py312-ubi9-on-push
18+
namespace: open-data-hub-tenant
19+
spec:
20+
timeouts:
21+
pipeline: 8h
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/odh-pipeline-runtime-pytorch-cuda-py312-ubi9:{{revision}}
29+
- name: dockerfile
30+
value: runtimes/pytorch/ubi9-python-3.12/Dockerfile.cuda
31+
- name: build-args-file
32+
value: runtimes/pytorch/ubi9-python-3.12/build-args/cuda.conf
33+
- name: path-context
34+
value: .
35+
- name: additional-tags
36+
value:
37+
- '{{target_branch}}-{{revision}}'
38+
- 2025b-v1.39
39+
taskRunSpecs:
40+
- pipelineTaskName: build-container
41+
stepSpecs:
42+
- name: build
43+
computeResources:
44+
requests:
45+
cpu: '8'
46+
memory: 16Gi
47+
limits:
48+
cpu: '16'
49+
memory: 32Gi
50+
pipelineRef:
51+
name: singlearch-push-pipeline
52+
taskRunTemplate:
53+
serviceAccountName: build-pipeline-odh-pipeline-runtime-pytorch-cuda-py312-ubi9
54+
workspaces:
55+
- name: git-auth
56+
secret:
57+
secretName: '{{ git_auth_secret }}'
58+
status: {}

.tekton/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: additional-tags
3636
value:
3737
- '{{target_branch}}-{{revision}}'
38-
- 2025b-v1.38
38+
- 2025b-v1.39
3939
taskRunSpecs:
4040
- pipelineTaskName: build-container
4141
stepSpecs:
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/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: event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && (".tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-push.yaml".pathChanged() || "runtimes/rocm-pytorch/ubi9-python-3.12/**".pathChanged() || "runtimes/rocm-pytorch/ubi9-python-3.12/build-args/rocm.conf".pathChanged() )
12+
creationTimestamp:
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-release
15+
appstudio.openshift.io/component: odh-pipeline-runtime-pytorch-rocm-py312-ubi9
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-pipeline-runtime-pytorch-rocm-py312-ubi9-on-push
18+
namespace: open-data-hub-tenant
19+
spec:
20+
timeouts:
21+
pipeline: 8h
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/odh-pipeline-runtime-pytorch-rocm-py312-ubi9:{{revision}}
29+
- name: dockerfile
30+
value: runtimes/rocm-pytorch/ubi9-python-3.12/Dockerfile.rocm
31+
- name: build-args-file
32+
value: runtimes/rocm-pytorch/ubi9-python-3.12/build-args/rocm.conf
33+
- name: path-context
34+
value: .
35+
- name: additional-tags
36+
value:
37+
- '{{target_branch}}-{{revision}}'
38+
- 2025b-v1.39
39+
pipelineRef:
40+
name: singlearch-push-pipeline
41+
taskRunTemplate:
42+
serviceAccountName: build-pipeline-odh-pipeline-runtime-pytorch-rocm-py312-ubi9
43+
workspaces:
44+
- name: git-auth
45+
secret:
46+
secretName: '{{ git_auth_secret }}'
47+
status: {}
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
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/notebooks?rev={{revision}}
7+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
pipelinesascode.tekton.dev/cancel-in-progress: "false"
10+
pipelinesascode.tekton.dev/max-keep-runs: "3"
11+
build.appstudio.openshift.io/build-nudge-files: "manifests/base/params-latest.env"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && (".tekton/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-push.yaml".pathChanged() || "runtimes/tensorflow/ubi9-python-3.12/**".pathChanged() || "runtimes/tensorflow/ubi9-python-3.12/build-args/cuda.conf".pathChanged() )
13+
creationTimestamp:
14+
labels:
15+
appstudio.openshift.io/application: opendatahub-release
16+
appstudio.openshift.io/component: odh-pipeline-runtime-tensorflow-cuda-py312-ubi9
17+
pipelines.appstudio.openshift.io/type: build
18+
name: odh-pipeline-runtime-tensorflow-cuda-py312-ubi9-on-push
19+
namespace: open-data-hub-tenant
20+
spec:
21+
timeouts:
22+
pipeline: 8h
23+
params:
24+
- name: git-url
25+
value: '{{source_url}}'
26+
- name: revision
27+
value: '{{revision}}'
28+
- name: output-image
29+
value: quay.io/opendatahub/odh-pipeline-runtime-tensorflow-cuda-py312-ubi9:{{revision}}
30+
- name: dockerfile
31+
value: runtimes/tensorflow/ubi9-python-3.12/Dockerfile.cuda
32+
- name: build-args-file
33+
value: runtimes/tensorflow/ubi9-python-3.12/build-args/cuda.conf
34+
- name: path-context
35+
value: .
36+
- name: additional-tags
37+
value:
38+
- '{{target_branch}}-{{revision}}'
39+
- 2025b-v1.39
40+
taskRunSpecs:
41+
- pipelineTaskName: ecosystem-cert-preflight-checks
42+
computeResources:
43+
requests:
44+
cpu: '8'
45+
memory: 16Gi
46+
limits:
47+
cpu: '16'
48+
memory: 32Gi
49+
- pipelineTaskName: clair-scan
50+
computeResources:
51+
requests:
52+
cpu: '8'
53+
memory: 16Gi
54+
limits:
55+
cpu: '16'
56+
memory: 32Gi
57+
pipelineRef:
58+
name: singlearch-push-pipeline
59+
taskRunTemplate:
60+
serviceAccountName: build-pipeline-odh-pipeline-runtime-tensorflow-cuda-py312-ubi9
61+
workspaces:
62+
- name: git-auth
63+
secret:
64+
secretName: '{{ git_auth_secret }}'
65+
status: {}
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
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/notebooks?rev={{revision}}
7+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
pipelinesascode.tekton.dev/cancel-in-progress: "false"
10+
pipelinesascode.tekton.dev/max-keep-runs: "3"
11+
build.appstudio.openshift.io/build-nudge-files: "manifests/base/params-latest.env"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && ( ".tekton/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-push.yaml".pathChanged() || "runtimes/rocm-tensorflow/ubi9-python-3.12/**".pathChanged() || "runtimes/rocm-tensorflow/ubi9-python-3.12/build-args/rocm.conf".pathChanged() )
13+
creationTimestamp:
14+
labels:
15+
appstudio.openshift.io/application: opendatahub-release
16+
appstudio.openshift.io/component: odh-pipeline-runtime-tensorflow-rocm-py312-ubi9
17+
pipelines.appstudio.openshift.io/type: build
18+
name: odh-pipeline-runtime-tensorflow-rocm-py312-ubi9-on-push
19+
namespace: open-data-hub-tenant
20+
spec:
21+
timeouts:
22+
pipeline: 8h
23+
params:
24+
- name: git-url
25+
value: '{{source_url}}'
26+
- name: revision
27+
value: '{{revision}}'
28+
- name: output-image
29+
value: quay.io/opendatahub/odh-pipeline-runtime-tensorflow-rocm-py312-ubi9:{{revision}}
30+
- name: dockerfile
31+
value: runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.rocm
32+
- name: build-args-file
33+
value: runtimes/rocm-tensorflow/ubi9-python-3.12/build-args/rocm.conf
34+
- name: path-context
35+
value: .
36+
- name: additional-tags
37+
value:
38+
- '{{target_branch}}-{{revision}}'
39+
- 2025b-v1.39
40+
taskRunSpecs:
41+
- pipelineTaskName: build-container
42+
stepSpecs:
43+
- name: build
44+
computeResources:
45+
requests:
46+
cpu: '8'
47+
memory: 16Gi
48+
limits:
49+
cpu: '16'
50+
memory: 32Gi
51+
- pipelineTaskName: ecosystem-cert-preflight-checks
52+
stepSpecs:
53+
- name: build
54+
computeResources:
55+
requests:
56+
cpu: '8'
57+
memory: 16Gi
58+
limits:
59+
cpu: '16'
60+
memory: 32Gi
61+
- pipelineTaskName: clair-scan
62+
stepSpecs:
63+
- name: build
64+
computeResources:
65+
requests:
66+
cpu: '8'
67+
memory: 16Gi
68+
limits:
69+
cpu: '16'
70+
memory: 32Gi
71+
pipelineRef:
72+
name: singlearch-push-pipeline
73+
taskRunTemplate:
74+
serviceAccountName: build-pipeline-odh-pipeline-runtime-tensorflow-rocm-py312-ubi9
75+
workspaces:
76+
- name: git-auth
77+
secret:
78+
secretName: '{{ git_auth_secret }}'
79+
status: {}
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/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: event == "push" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && ( ".tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-push.yaml".pathChanged() || "codeserver/ubi9-python-3.12/**".pathChanged() || "codeserver/ubi9-python-3.12/build-args/cpu.conf".pathChanged() )
12+
creationTimestamp:
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-release
15+
appstudio.openshift.io/component: odh-workbench-codeserver-datascience-cpu-py312-ubi9
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-workbench-codeserver-datascience-cpu-py312-ubi9-on-push
18+
namespace: open-data-hub-tenant
19+
spec:
20+
params:
21+
- name: git-url
22+
value: '{{source_url}}'
23+
- name: revision
24+
value: '{{revision}}'
25+
- name: output-image
26+
value: quay.io/opendatahub/odh-workbench-codeserver-datascience-cpu-py312-ubi9:{{revision}}
27+
- name: dockerfile
28+
value: codeserver/ubi9-python-3.12/Dockerfile.cpu
29+
- name: build-args-file
30+
value: codeserver/ubi9-python-3.12/build-args/cpu.conf
31+
- name: path-context
32+
value: .
33+
- name: additional-tags
34+
value:
35+
- '{{target_branch}}-{{revision}}'
36+
- 2025b-v1.39
37+
- name: build-platforms
38+
value:
39+
- linux-extra-fast/amd64
40+
- linux-m2xlarge/arm64
41+
pipelineRef:
42+
name: multiarch-push-pipeline
43+
taskRunTemplate:
44+
serviceAccountName: build-pipeline-odh-workbench-codeserver-datascience-cpu-py312-ubi9
45+
workspaces:
46+
- name: git-auth
47+
secret:
48+
secretName: '{{ git_auth_secret }}'
49+
status: {}

0 commit comments

Comments
 (0)