Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RHODS notebook main and 2023a branch to build habana based images #43995

Merged
merged 1 commit into from
Oct 5, 2023
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
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