opendatahub-io / notebooks

Notebook images for ODH
Apache License 2.0
17 stars 59 forks source link

ci: increase available disk space for GHA container image builds #577

Closed jiridanek closed 3 months ago

jiridanek commented 3 months ago

Description

This PR creates a LVM overlay, increasing the available disk space for podman builds from previous 66GB

/dev/sda1        74G  4.1G   66G   6% /mnt

to 83GB by default,

/dev/mapper/buildvg-buildlv   83G   24K   83G   1% /home/runner/.local/share/containers

and whopping 102GB when building any amd/cuda/intel/pytorch/tensorflow image!

/dev/mapper/buildvg-buildlv  102G   24K  102G   1% /home/runner/.local/share/containers

This should give us enough disk space to build AMD ROCm images.

How Has This Been Tested?

Merge criteria:

jiridanek commented 3 months ago

/label tide/merge-method-squash

jiridanek commented 3 months ago

/retest-required

openshift-ci[bot] commented 3 months ago

@jiridanek: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/notebooks-e2e-tests d581cfda0a2258cee7e615d550b0a6d181f284cb link true /test notebooks-e2e-tests
ci/prow/intel-notebooks-e2e-tests d581cfda0a2258cee7e615d550b0a6d181f284cb link true /test intel-notebooks-e2e-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
jiridanek commented 3 months ago

/test runtimes-ubi8-e2e-tests

jiridanek commented 3 months ago
openshift-ci[bot] commented 3 months ago

@jiridanek: jiridanek unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:.

In response to [this](https://github.com/opendatahub-io/notebooks/pull/577#issuecomment-2191261509): >* known issue https://github.com/opendatahub-io/notebooks/issues/562 >/override ci/prow/intel-notebooks-e2e-tests Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
openshift-ci[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: atheo89, harshad16

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/opendatahub-io/notebooks/blob/main/OWNERS)~~ [atheo89,harshad16] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment