launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31788
[Merge] ~ines-almeida/launchpad-mojo-specs/+git/private:vbuilder-add-arm64-gpu-builders-to-bos03 into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder
Ines Almeida has proposed merging ~ines-almeida/launchpad-mojo-specs/+git/private:vbuilder-add-arm64-gpu-builders-to-bos03 into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
Commit message:
vbuilder: Update nvidia driver to 535 for arm64-gpu bos03 builders
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad-mojo-specs/+git/private/+merge/475806
Had a chat with LWS folks and they confirmed that nvidia driver 535 is the prefered one. Tested it in qastaging.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad-mojo-specs/+git/private:vbuilder-add-arm64-gpu-builders-to-bos03 into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/bundle.yaml b/vbuilder/bundle.yaml
index 047b86a..1a5a346 100644
--- a/vbuilder/bundle.yaml
+++ b/vbuilder/bundle.yaml
@@ -396,7 +396,7 @@ applications:
charm: {{ charm_dir }}/launchpad-buildd-image-modifier
options:
clamav-database-url: "{{ clamav_database_url }}"
- extra-packages: "nvidia-headless-525-server nvidia-utils-525-server"
+ extra-packages: "nvidia-headless-535-server nvidia-utils-535-server"
launchpad-buildd-repository: "{{ launchpad_buildd_repository }}"
linux-command-line-extra: "systemd.unified_cgroup_hierarchy=false compat_uts_machine=armv7l"
remote-modifiers: '{{ modifiers_bos03 }}'
Follow ups