Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .tekton/odh-base-image-cuda-12-8-py312-c9s-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# yamllint disable-file
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
---
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/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
pipelinesascode.tekton.dev/max-keep-runs: '3'
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-cuda\-py312\-c9s|base\-images/cuda/12\.8/c9s\-python\-3\.12)
pipelinesascode.tekton.dev/on-cel-expression: |
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() )
&& body.repository.full_name == "opendatahub-io/notebooks"
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-cuda-py312-c9s
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-cuda-12-8-py312-c9s-on-pull-request
namespace: open-data-hub-tenant
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@atheo89 I'm confused, is it correct to have this in rhds or not?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, I’ve given up… we’re getting a lot of Tekton files coming from upstream into RHDS. The good thing is they don’t actually break anything (but they add some noise). Another plus is that they don’t make it into the release branch. Moulali mentioned he has an idea for how to prevent these files from coming downstream.

spec:
timeouts:
pipeline: 3h
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-cuda-py312-c9s:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- name: dockerfile
value: base-images/cuda/12.8/c9s-python-3.12/Dockerfile.cuda
- name: path-context
value: .
pipelineRef:
name: multiarch-pull-request-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-c9s-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
47 changes: 47 additions & 0 deletions .tekton/odh-base-image-cuda-12-8-py312-c9s-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: tekton.dev/v1
kind: PipelineRun
#test2
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"
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() )
creationTimestamp:
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-cuda-py312-c9s
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-cuda-12-8-py312-c9s-on-push
namespace: open-data-hub-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-cuda-py312-c9s:{{revision}}
- name: dockerfile
value: base-images/cuda/12.8/c9s-python-3.12/Dockerfile.cuda
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- name: path-context
value: .
- name: additional-tags
value:
- '{{target_branch}}-{{revision}}'
- v12.8
pipelineRef:
name: multiarch-push-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-c9s-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
52 changes: 52 additions & 0 deletions .tekton/odh-base-image-cuda-12-8-py312-ubi9-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# yamllint disable-file
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
---
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/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
pipelinesascode.tekton.dev/max-keep-runs: '3'
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-cuda\-py312\-ubi9|base\-images/cuda/12\.8/ubi9\-python\-3\.12)
pipelinesascode.tekton.dev/on-cel-expression: |
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() )
&& body.repository.full_name == "opendatahub-io/notebooks"
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-cuda-py312-ubi9
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-cuda-12-8-py312-ubi9-on-pull-request
namespace: open-data-hub-tenant
spec:
timeouts:
pipeline: 3h
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- name: dockerfile
value: base-images/cuda/12.8/ubi9-python-3.12/Dockerfile.cuda
- name: path-context
value: .
pipelineRef:
name: multiarch-pull-request-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-ubi9-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
47 changes: 47 additions & 0 deletions .tekton/odh-base-image-cuda-12-8-py312-ubi9-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
apiVersion: tekton.dev/v1
kind: PipelineRun
#test2
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"
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() )
creationTimestamp:
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-cuda-py312-ubi9
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-cuda-12-8-py312-ubi9-on-push
namespace: open-data-hub-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-cuda-py312-ubi9:{{revision}}
- name: dockerfile
value: base-images/cuda/12.8/ubi9-python-3.12/Dockerfile.cuda
- name: build-platforms
value:
- linux/x86_64
- linux/arm64
- name: path-context
value: .
- name: additional-tags
value:
- '{{target_branch}}-{{revision}}'
- v12.8
pipelineRef:
name: multiarch-push-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-cuda-py312-ubi9-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
51 changes: 51 additions & 0 deletions .tekton/odh-base-image-rocm-6-4-py312-c9s-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# yamllint disable-file
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
---
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/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
pipelinesascode.tekton.dev/max-keep-runs: '3'
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-rocm\-py312\-c9s|base\-images/rocm/6\.4/c9s\-python\-3\.12)
pipelinesascode.tekton.dev/on-cel-expression: |
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() )
&& body.repository.full_name == "opendatahub-io/notebooks"
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-rocm-py312-c9s
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-rocm-6-4-py312-c9s-on-pull-request
namespace: open-data-hub-tenant
spec:
timeouts:
pipeline: 3h
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-rocm-py312-c9s:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: build-platforms
value:
- linux/x86_64
- name: dockerfile
value: base-images/rocm/6.4/c9s-python-3.12/Dockerfile.rocm
- name: path-context
value: .
pipelineRef:
name: multiarch-pull-request-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-c9s-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
42 changes: 42 additions & 0 deletions .tekton/odh-base-image-rocm-6-4-py312-c9s-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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"
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() )
creationTimestamp:
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-rocm-py312-c9s
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-rocm-6-4-py312-c9s-on-push
namespace: open-data-hub-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-rocm-py312-c9s:{{revision}}
- name: dockerfile
value: base-images/rocm/6.4/c9s-python-3.12/Dockerfile.rocm
- name: path-context
value: .
- name: additional-tags
value:
- '{{target_branch}}-{{revision}}'
- v6.4
pipelineRef:
name: singlearch-push-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-c9s-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
51 changes: 51 additions & 0 deletions .tekton/odh-base-image-rocm-6-4-py312-ubi9-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# yamllint disable-file
# This pipeline is autogenerated by scripts/generate_pull_request_pipelineruns.py
---
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/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
pipelinesascode.tekton.dev/max-keep-runs: '3'
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-base\-image\-rocm\-py312\-ubi9|base\-images/rocm/6\.4/ubi9\-python\-3\.12)
pipelinesascode.tekton.dev/on-cel-expression: |
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() )
&& body.repository.full_name == "opendatahub-io/notebooks"
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-rocm-py312-ubi9
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-rocm-6-4-py312-ubi9-on-pull-request
namespace: open-data-hub-tenant
spec:
timeouts:
pipeline: 3h
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: build-platforms
value:
- linux/x86_64
- name: dockerfile
value: base-images/rocm/6.4/ubi9-python-3.12/Dockerfile.rocm
- name: path-context
value: .
pipelineRef:
name: multiarch-pull-request-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-ubi9-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
43 changes: 43 additions & 0 deletions .tekton/odh-base-image-rocm-6-4-py312-ubi9-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
apiVersion: tekton.dev/v1
kind: PipelineRun
# test
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"
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() )
creationTimestamp:
labels:
appstudio.openshift.io/application: opendatahub-release
appstudio.openshift.io/component: odh-base-image-rocm-py312-ubi9
pipelines.appstudio.openshift.io/type: build
name: odh-base-image-rocm-6-4-y312-ubi9-on-push
namespace: open-data-hub-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:{{revision}}
- name: dockerfile
value: base-images/rocm/6.4/ubi9-python-3.12/Dockerfile.rocm
- name: path-context
value: .
- name: additional-tags
value:
- '{{target_branch}}-{{revision}}'
- v6.4
pipelineRef:
name: singlearch-push-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-odh-base-image-rocm-py312-ubi9-poc
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
Loading
Loading