Skip to content

Commit

Permalink
Update RHODS notebook main and 2023a branch to build habana based images
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>
  • Loading branch information
harshad16 committed Oct 5, 2023
1 parent 7ce9938 commit b7ee8a7
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ images:
dockerfile_path: Dockerfile
from: cuda-jupyter-datascience-ubi8-python-3.8
to: jupyter-pytorch-ubi8-python-3.8
- context_dir: habana/1.10.0/ubi8-python-3.8
dockerfile_path: Dockerfile
from: jupyter-datascience-ubi8-python-3.8
to: habana-jupyter-1.10.0-ubi8-python-3.8
- context_dir: habana/1.11.0/ubi8-python-3.8
dockerfile_path: Dockerfile
from: jupyter-datascience-ubi8-python-3.8
to: habana-jupyter-1.11.0-ubi8-python-3.8
- context_dir: runtimes/minimal/ubi8-python-3.8
dockerfile_path: Dockerfile
from: base-ubi8-python-3.8
Expand Down Expand Up @@ -168,6 +176,26 @@ tests:
IMAGE_TAG: YearIndex
RELEASE_VERSION: cuda-jupyter-tensorflow-ubi8-python-3.8
workflow: red-hat-data-services-ci-image-mirror
- as: notebook-habana-1-10-0-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
dependencies:
SOURCE_IMAGE_REF: habana-jupyter-1.10.0-ubi8-python-3.8
env:
IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: habana-jupyter-1.10.0-ubi8-python-3.8
workflow: red-hat-data-services-ci-image-mirror
- as: notebook-habana-1-11-0-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
dependencies:
SOURCE_IMAGE_REF: habana-jupyter-1.11.0-ubi8-python-3.8
env:
IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: habana-jupyter-1.11.0-ubi8-python-3.8
workflow: red-hat-data-services-ci-image-mirror
- as: runtime-minimal-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ images:
dockerfile_path: Dockerfile
from: cuda-jupyter-datascience-ubi8-python-3.8
to: jupyter-pytorch-ubi8-python-3.8
- context_dir: habana/1.10.0/ubi8-python-3.8
dockerfile_path: Dockerfile
from: jupyter-datascience-ubi8-python-3.8
to: habana-jupyter-1.10.0-ubi8-python-3.8
- context_dir: habana/1.11.0/ubi8-python-3.8
dockerfile_path: Dockerfile
from: jupyter-datascience-ubi8-python-3.8
to: habana-jupyter-1.11.0-ubi8-python-3.8
- context_dir: runtimes/minimal/ubi8-python-3.8
dockerfile_path: Dockerfile
from: base-ubi8-python-3.8
Expand Down Expand Up @@ -168,6 +176,26 @@ tests:
IMAGE_TAG: YearIndex
RELEASE_VERSION: cuda-jupyter-tensorflow-ubi8-python-3.8-2023a
workflow: red-hat-data-services-ci-image-mirror
- as: notebook-habana-1-10-0-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
dependencies:
SOURCE_IMAGE_REF: habana-jupyter-1.10.0-ubi8-python-3.8
env:
IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: habana-jupyter-1.10.0-ubi8-python-3.8-2023a
workflow: red-hat-data-services-ci-image-mirror
- as: notebook-habana-1-11-0-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
dependencies:
SOURCE_IMAGE_REF: habana-jupyter-1.11.0-ubi8-python-3.8
env:
IMAGE_REPO: workbench-images
IMAGE_TAG: YearIndex
RELEASE_VERSION: habana-jupyter-1.11.0-ubi8-python-3.8-2023a
workflow: red-hat-data-services-ci-image-mirror
- as: runtime-minimal-ubi8-python-3-8-image-mirror
postsubmit: true
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,108 @@ postsubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^main$
cluster: build04
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-red-hat-data-services-notebooks-main-notebook-habana-1-10-0-ubi8-python-3-8-image-mirror
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=notebook-habana-1-10-0-ubi8-python-3-8-image-mirror
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^main$
cluster: build04
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-red-hat-data-services-notebooks-main-notebook-habana-1-11-0-ubi8-python-3-8-image-mirror
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=notebook-habana-1-11-0-ubi8-python-3-8-image-mirror
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,108 @@ postsubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^release-2023a$
cluster: build04
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-red-hat-data-services-notebooks-release-2023a-notebook-habana-1-10-0-ubi8-python-3-8-image-mirror
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=notebook-habana-1-10-0-ubi8-python-3-8-image-mirror
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
- ^release-2023a$
cluster: build04
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
max_concurrency: 1
name: branch-ci-red-hat-data-services-notebooks-release-2023a-notebook-habana-1-11-0-ubi8-python-3-8-image-mirror
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=notebook-habana-1-11-0-ubi8-python-3-8-image-mirror
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
- agent: kubernetes
always_run: true
branches:
Expand Down

0 comments on commit b7ee8a7

Please sign in to comment.