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

ubuntu24.04 precompile image support #152

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Conversation

shivakunv
Copy link
Contributor

No description provided.

Copy link

copy-pr-bot bot commented Nov 7, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch 11 times, most recently from 889faa3 to 3da86d9 Compare November 13, 2024 16:11
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch 7 times, most recently from b418b0e to e13c517 Compare November 21, 2024 13:44
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch 3 times, most recently from 4ff0a56 to ae1b88d Compare November 22, 2024 02:37
@cdesiniotis
Copy link
Contributor

@shivakunv #124 has been merged. Please rebase off the latest main branch.

@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch 6 times, most recently from 3447b5f to a5d1911 Compare November 22, 2024 18:44
@shivakunv shivakunv self-assigned this Nov 22, 2024
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch 2 times, most recently from 2ac52e6 to af89f33 Compare November 22, 2024 20:16
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch from dfdfd1b to 9260c8f Compare November 24, 2024 17:28
@shivakunv shivakunv changed the title Ci precompile ubuntu24.04 ubuntu24.04 precompile image support Nov 25, 2024
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch from 4cd78ec to ad6a4f9 Compare November 25, 2024 11:23
.common-ci.yml Outdated Show resolved Hide resolved
.common-ci.yml Outdated Show resolved Hide resolved
.nvidia-ci.yml Outdated Show resolved Hide resolved
.nvidia-ci.yml Outdated Show resolved Hide resolved
.nvidia-ci.yml Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
tests/scripts/findkernelversion.sh Outdated Show resolved Hide resolved
.github/workflows/precompiled.yaml Outdated Show resolved Hide resolved
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch from ad6a4f9 to 17818dc Compare November 26, 2024 13:53
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch 5 times, most recently from 8fb7f9d to ad111f3 Compare November 27, 2024 13:55
@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch from ad111f3 to 5bb4eea Compare December 2, 2024 13:11
.github/workflows/precompiled.yaml Outdated Show resolved Hide resolved
tests/scripts/findkernelversion.sh Outdated Show resolved Hide resolved
regctl image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${KERNEL_FLAVOR}-${DRIVER_BRANCH} /var/kernel_version.txt ./kernel_version.txt
export $(grep -oP 'KERNEL_VERSION=[^ ]+' ./kernel_version.txt)
regctl image get-file ghcr.io/nvidia/driver:base-${BASE_TARGET}-${KERNEL_FLAVOR}-${DRIVER_BRANCH} /var/kernel_version.txt ./kernel_version.txt 2>/dev/null || true
if [[ -f ./kernel_version.txt && -s ./kernel_version.txt ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

As discussed offline, let's see if we can remove this conditional logic as we are building the base image in a previous step in this workflow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this require pushing of base image.

TODO: follow up added

@shivakunv shivakunv force-pushed the ci-precompile-ubuntu24.04 branch from 5bb4eea to 8cec607 Compare December 3, 2024 09:53
@shivakunv
Copy link
Contributor Author

skip_remaining removed for azure and exclude_matrix_values for azure kernel version added

.nvidia-ci.yml Outdated Show resolved Hide resolved
.nvidia-ci.yml Outdated Show resolved Hide resolved
@cdesiniotis cdesiniotis merged commit 4b58ee3 into main Dec 5, 2024
3 of 7 checks passed
@shivakunv shivakunv deleted the ci-precompile-ubuntu24.04 branch December 9, 2024 12:20
@shivakunv shivakunv restored the ci-precompile-ubuntu24.04 branch December 9, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants