chore: Fix akmods tests
This commit is contained in:
parent
2aa888d3a1
commit
3d393ce18a
7 changed files with 20 additions and 39 deletions
|
|
@ -1 +1,2 @@
|
|||
/Containerfile
|
||||
/Containerfile.*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
integration-tests/test-repo/.gitignore
vendored
1
integration-tests/test-repo/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/Containerfile
|
||||
/Containerfile.*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue