Skip to content

Commit 98f8d09

Browse files
authored
Merge pull request #1566 from atheo89/sync-qwe
Sync `rhds:main` from `odh:main`
2 parents bf43359 + c90b266 commit 98f8d09

File tree

56 files changed

+12420
-5715
lines changed

Some content is hidden

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

56 files changed

+12420
-5715
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# yamllint disable-file
2+
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
3+
---
4+
apiVersion: tekton.dev/v1
5+
kind: PipelineRun
6+
metadata:
7+
annotations:
8+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/notebooks?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/cancel-in-progress: 'true'
13+
pipelinesascode.tekton.dev/max-keep-runs: '3'
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-cuda\-py312\-c9s|base\-images/cuda/12\.8/c9s\-python\-3\.12)
15+
pipelinesascode.tekton.dev/on-cel-expression: |
16+
event == "pull_request" && target_branch == "main" && ( "base-images/cuda/12.8/c9s-python-3.12/**".pathChanged() || ".tekton/odh-base-image-cuda-12-8-py312-c9s-pull-request.yaml".pathChanged() )
17+
&& body.repository.full_name == "opendatahub-io/notebooks"
18+
labels:
19+
appstudio.openshift.io/application: opendatahub-release
20+
appstudio.openshift.io/component: odh-base-image-cuda-py312-c9s
21+
pipelines.appstudio.openshift.io/type: build
22+
name: odh-base-image-cuda-12-8-py312-c9s-on-pull-request
23+
namespace: open-data-hub-tenant
24+
spec:
25+
timeouts:
26+
pipeline: 3h
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/opendatahub/odh-base-image-cuda-py312-c9s:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: build-platforms
37+
value:
38+
- linux/x86_64
39+
- linux/arm64
40+
- name: dockerfile
41+
value: base-images/cuda/12.8/c9s-python-3.12/Dockerfile.cuda
42+
- name: path-context
43+
value: .
44+
pipelineRef:
45+
name: multiarch-pull-request-pipeline
46+
taskRunTemplate:
47+
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-c9s-poc
48+
workspaces:
49+
- name: git-auth
50+
secret:
51+
secretName: '{{ git_auth_secret }}'
52+
status: {}
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+
#test2
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+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( "base-images/cuda/12.8/c9s-python-3.12/**".pathChanged() || ".tekton/odh-base-image-cuda-12-8-py312-c9s-push.yaml".pathChanged() )
12+
creationTimestamp:
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-release
15+
appstudio.openshift.io/component: odh-base-image-cuda-py312-c9s
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-base-image-cuda-12-8-py312-c9s-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-base-image-cuda-py312-c9s:{{revision}}
27+
- name: dockerfile
28+
value: base-images/cuda/12.8/c9s-python-3.12/Dockerfile.cuda
29+
- name: build-platforms
30+
value:
31+
- linux/x86_64
32+
- linux/arm64
33+
- name: path-context
34+
value: .
35+
- name: additional-tags
36+
value:
37+
- '{{target_branch}}-{{revision}}'
38+
- v12.8
39+
pipelineRef:
40+
name: multiarch-push-pipeline
41+
taskRunTemplate:
42+
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-c9s-poc
43+
workspaces:
44+
- name: git-auth
45+
secret:
46+
secretName: '{{ git_auth_secret }}'
47+
status: {}
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# yamllint disable-file
2+
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
3+
---
4+
apiVersion: tekton.dev/v1
5+
kind: PipelineRun
6+
metadata:
7+
annotations:
8+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/notebooks?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/cancel-in-progress: 'true'
13+
pipelinesascode.tekton.dev/max-keep-runs: '3'
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-cuda\-py312\-ubi9|base\-images/cuda/12\.8/ubi9\-python\-3\.12)
15+
pipelinesascode.tekton.dev/on-cel-expression: |
16+
event == "pull_request" && target_branch == "main" && ( "base-images/cuda/12.8/ubi9-python-3.12/**".pathChanged() || ".tekton/odh-base-image-cuda-12-8-py312-ubi9-pull-request.yaml".pathChanged() )
17+
&& body.repository.full_name == "opendatahub-io/notebooks"
18+
labels:
19+
appstudio.openshift.io/application: opendatahub-release
20+
appstudio.openshift.io/component: odh-base-image-cuda-py312-ubi9
21+
pipelines.appstudio.openshift.io/type: build
22+
name: odh-base-image-cuda-12-8-py312-ubi9-on-pull-request
23+
namespace: open-data-hub-tenant
24+
spec:
25+
timeouts:
26+
pipeline: 3h
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: build-platforms
37+
value:
38+
- linux/x86_64
39+
- linux/arm64
40+
- name: dockerfile
41+
value: base-images/cuda/12.8/ubi9-python-3.12/Dockerfile.cuda
42+
- name: path-context
43+
value: .
44+
pipelineRef:
45+
name: multiarch-pull-request-pipeline
46+
taskRunTemplate:
47+
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-ubi9-poc
48+
workspaces:
49+
- name: git-auth
50+
secret:
51+
secretName: '{{ git_auth_secret }}'
52+
status: {}
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+
#test2
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+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( "base-images/cuda/12.8/ubi9-python-3.12/**".pathChanged() || ".tekton/odh-base-image-cuda-12-8-py312-ubi9-push.yaml".pathChanged() )
12+
creationTimestamp:
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-release
15+
appstudio.openshift.io/component: odh-base-image-cuda-py312-ubi9
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-base-image-cuda-12-8-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-base-image-cuda-py312-ubi9:{{revision}}
27+
- name: dockerfile
28+
value: base-images/cuda/12.8/ubi9-python-3.12/Dockerfile.cuda
29+
- name: build-platforms
30+
value:
31+
- linux/x86_64
32+
- linux/arm64
33+
- name: path-context
34+
value: .
35+
- name: additional-tags
36+
value:
37+
- '{{target_branch}}-{{revision}}'
38+
- v12.8
39+
pipelineRef:
40+
name: multiarch-push-pipeline
41+
taskRunTemplate:
42+
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-ubi9-poc
43+
workspaces:
44+
- name: git-auth
45+
secret:
46+
secretName: '{{ git_auth_secret }}'
47+
status: {}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# yamllint disable-file
2+
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
3+
---
4+
apiVersion: tekton.dev/v1
5+
kind: PipelineRun
6+
metadata:
7+
annotations:
8+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/notebooks?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/cancel-in-progress: 'true'
13+
pipelinesascode.tekton.dev/max-keep-runs: '3'
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-rocm\-py312\-c9s|base\-images/rocm/6\.4/c9s\-python\-3\.12)
15+
pipelinesascode.tekton.dev/on-cel-expression: |
16+
event == "pull_request" && target_branch == "main" && ( "base-images/rocm/6.4/c9s-python-3.12/**".pathChanged() || ".tekton/odh-base-image-rocm-6-4-py312-c9s-pull-request.yaml".pathChanged() )
17+
&& body.repository.full_name == "opendatahub-io/notebooks"
18+
labels:
19+
appstudio.openshift.io/application: opendatahub-release
20+
appstudio.openshift.io/component: odh-base-image-rocm-py312-c9s
21+
pipelines.appstudio.openshift.io/type: build
22+
name: odh-base-image-rocm-6-4-py312-c9s-on-pull-request
23+
namespace: open-data-hub-tenant
24+
spec:
25+
timeouts:
26+
pipeline: 3h
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/opendatahub/odh-base-image-rocm-py312-c9s:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: build-platforms
37+
value:
38+
- linux/x86_64
39+
- name: dockerfile
40+
value: base-images/rocm/6.4/c9s-python-3.12/Dockerfile.rocm
41+
- name: path-context
42+
value: .
43+
pipelineRef:
44+
name: multiarch-pull-request-pipeline
45+
taskRunTemplate:
46+
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-c9s-poc
47+
workspaces:
48+
- name: git-auth
49+
secret:
50+
secretName: '{{ git_auth_secret }}'
51+
status: {}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( "base-images/rocm/6.4/c9s-python-3.12/**".pathChanged() || ".tekton/odh-base-image-rocm-6-4-py312-c9s-push.yaml".pathChanged() )
11+
creationTimestamp:
12+
labels:
13+
appstudio.openshift.io/application: opendatahub-release
14+
appstudio.openshift.io/component: odh-base-image-rocm-py312-c9s
15+
pipelines.appstudio.openshift.io/type: build
16+
name: odh-base-image-rocm-6-4-py312-c9s-on-push
17+
namespace: open-data-hub-tenant
18+
spec:
19+
params:
20+
- name: git-url
21+
value: '{{source_url}}'
22+
- name: revision
23+
value: '{{revision}}'
24+
- name: output-image
25+
value: quay.io/opendatahub/odh-base-image-rocm-py312-c9s:{{revision}}
26+
- name: dockerfile
27+
value: base-images/rocm/6.4/c9s-python-3.12/Dockerfile.rocm
28+
- name: path-context
29+
value: .
30+
- name: additional-tags
31+
value:
32+
- '{{target_branch}}-{{revision}}'
33+
- v6.4
34+
pipelineRef:
35+
name: singlearch-push-pipeline
36+
taskRunTemplate:
37+
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-c9s-poc
38+
workspaces:
39+
- name: git-auth
40+
secret:
41+
secretName: '{{ git_auth_secret }}'
42+
status: {}
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# yamllint disable-file
2+
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
3+
---
4+
apiVersion: tekton.dev/v1
5+
kind: PipelineRun
6+
metadata:
7+
annotations:
8+
build.appstudio.openshift.io/repo: https://github.com/opendatahub-io/notebooks?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/cancel-in-progress: 'true'
13+
pipelinesascode.tekton.dev/max-keep-runs: '3'
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-rocm\-py312\-ubi9|base\-images/rocm/6\.4/ubi9\-python\-3\.12)
15+
pipelinesascode.tekton.dev/on-cel-expression: |
16+
event == "pull_request" && target_branch == "main" && ( "base-images/rocm/6.4/ubi9-python-3.12/**".pathChanged() || ".tekton/odh-base-image-rocm-6-4-py312-ubi9-pull-request.yaml".pathChanged() )
17+
&& body.repository.full_name == "opendatahub-io/notebooks"
18+
labels:
19+
appstudio.openshift.io/application: opendatahub-release
20+
appstudio.openshift.io/component: odh-base-image-rocm-py312-ubi9
21+
pipelines.appstudio.openshift.io/type: build
22+
name: odh-base-image-rocm-6-4-py312-ubi9-on-pull-request
23+
namespace: open-data-hub-tenant
24+
spec:
25+
timeouts:
26+
pipeline: 3h
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: build-platforms
37+
value:
38+
- linux/x86_64
39+
- name: dockerfile
40+
value: base-images/rocm/6.4/ubi9-python-3.12/Dockerfile.rocm
41+
- name: path-context
42+
value: .
43+
pipelineRef:
44+
name: multiarch-pull-request-pipeline
45+
taskRunTemplate:
46+
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-ubi9-poc
47+
workspaces:
48+
- name: git-auth
49+
secret:
50+
secretName: '{{ git_auth_secret }}'
51+
status: {}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( "base-images/rocm/6.4/ubi9-python-3.12/**".pathChanged() || ".tekton/odh-base-image-rocm-6-4-py312-ubi9-push.yaml".pathChanged() )
12+
creationTimestamp:
13+
labels:
14+
appstudio.openshift.io/application: opendatahub-release
15+
appstudio.openshift.io/component: odh-base-image-rocm-py312-ubi9
16+
pipelines.appstudio.openshift.io/type: build
17+
name: odh-base-image-rocm-6-4-y312-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-base-image-rocm-py312-ubi9:{{revision}}
27+
- name: dockerfile
28+
value: base-images/rocm/6.4/ubi9-python-3.12/Dockerfile.rocm
29+
- name: path-context
30+
value: .
31+
- name: additional-tags
32+
value:
33+
- '{{target_branch}}-{{revision}}'
34+
- v6.4
35+
pipelineRef:
36+
name: singlearch-push-pipeline
37+
taskRunTemplate:
38+
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-ubi9-poc
39+
workspaces:
40+
- name: git-auth
41+
secret:
42+
secretName: '{{ git_auth_secret }}'
43+
status: {}

0 commit comments

Comments
 (0)