chore: Fix akmods tests

This commit is contained in:
Gerald Pinder 2024-10-06 11:25:56 -04:00
parent 2aa888d3a1
commit 3d393ce18a
7 changed files with 20 additions and 39 deletions

View file

@ -1 +1,2 @@
/Containerfile
/Containerfile.*

View file

@ -5,18 +5,7 @@ modules:
- type: akmods
base: surface
nvidia-version: 550
# install:
# - nvidia
# - openrazer
# - openrgb
# Tests pulling main image
- type: akmods
# Tests pulling image for main nvidia
- type: akmods
nvidia-version: 550
# Test pulling image for base asus
- type: akmods
base: asus
install:
- nvidia
- openrazer
- openrgb

View file

@ -1,10 +1,10 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cli/test-legacy
description: This is my personal OS image.
base-image: ghcr.io/ublue-os/silverblue-surface
image-version: 39
modules:
- from-file: akmods.yml
- type: files
files:
- usr: /usr

View file

@ -1 +1,2 @@
/Containerfile
/Containerfile.*

View file

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

View file

@ -1,3 +1,5 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cli/test
description: This is my personal OS image.
base-image: ghcr.io/ublue-os/silverblue-main
@ -11,7 +13,8 @@ modules:
- type: files
files:
- usr: /usr
- source: usr
destination: /usr
- type: script
scripts:

View file

@ -1,3 +1,5 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cli/test
description: This is my personal OS image.
base-image: ghcr.io/ublue-os/silverblue-main
@ -10,7 +12,8 @@ modules:
- type: files
files:
- usr: /usr
- source: usr
destination: /usr
- type: script
scripts: