mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-07 18:05:09 +00:00
Ignored LID Switch Driver
This commit is contained in:
1
.github/workflows/test-code.yml
vendored
1
.github/workflows/test-code.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
9
.github/workflows/test-deploy.yml
vendored
9
.github/workflows/test-deploy.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -11,6 +12,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
|
|
||||||
|
env:
|
||||||
|
# The following roles will be ignored in the tests
|
||||||
|
EXCLUDED_ROLES: >
|
||||||
|
drv-lid-switch
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -31,6 +37,7 @@ jobs:
|
|||||||
# Create inventory (also creates inventories/github-ci/.password if missing)
|
# Create inventory (also creates inventories/github-ci/.password if missing)
|
||||||
infinito create inventory inventories/github-ci \
|
infinito create inventory inventories/github-ci \
|
||||||
--host localhost \
|
--host localhost \
|
||||||
|
--exclude "$EXCLUDED_ROLES" \
|
||||||
--ssl-disabled
|
--ssl-disabled
|
||||||
|
|
||||||
INVENTORY_PATH="inventories/github-ci/servers.yml"
|
INVENTORY_PATH="inventories/github-ci/servers.yml"
|
||||||
@@ -52,6 +59,7 @@ jobs:
|
|||||||
# Rebuild inventory; .password will be reused if present
|
# Rebuild inventory; .password will be reused if present
|
||||||
infinito create inventory inventories/github-ci \
|
infinito create inventory inventories/github-ci \
|
||||||
--host localhost \
|
--host localhost \
|
||||||
|
--exclude "$EXCLUDED_ROLES" \
|
||||||
--ssl-disabled
|
--ssl-disabled
|
||||||
|
|
||||||
INVENTORY_PATH="inventories/github-ci/servers.yml"
|
INVENTORY_PATH="inventories/github-ci/servers.yml"
|
||||||
@@ -71,6 +79,7 @@ jobs:
|
|||||||
|
|
||||||
infinito create inventory inventories/github-ci \
|
infinito create inventory inventories/github-ci \
|
||||||
--host localhost \
|
--host localhost \
|
||||||
|
--exclude "$EXCLUDED_ROLES" \
|
||||||
--ssl-disabled
|
--ssl-disabled
|
||||||
|
|
||||||
INVENTORY_PATH="inventories/github-ci/servers.yml"
|
INVENTORY_PATH="inventories/github-ci/servers.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user