particle-os-cli/integration-tests/test-repo/recipes/akmods.yml
Gerald Pinder 71a3bda3c3
chore: Update akmods module to account for upstream changes (#165)
This change updates the akmods module to pull the new nvidia images. The
new property will be a boolean with property name of `nvidia`. If a user
continues to use the old `nvidia-version` property, a warning will be
printed telling them to switch to the new property. The old images will
still be allowed to be used to support backwards compatibility.
2024-04-20 13:00:38 -04:00

22 lines
433 B
YAML

# TODO: Add back installs after upstream issues are fixed
modules:
# Tests installing rpms from a combo image stage
- type: akmods
base: surface
nvidia: true
# install:
# - nvidia
# - openrazer
# - openrgb
# Tests pulling main image
- type: akmods
# Tests pulling image for main nvidia
- type: akmods
nvidia: true
# Test pulling image for base asus
- type: akmods
base: asus