Skip to content

Commit 4bbd092

Browse files
committed
workflows: linux: Test mainline Linux images
LAVA schema check is run regularly, no need to repeat this here. Signed-off-by: Loïc Minier <[email protected]>
1 parent d988727 commit 4bbd092

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/linux.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ on:
99

1010
# implicitely set all other permissions to none
1111
permissions:
12-
contents: read # actions/checkout debos.yml
12+
contents: read # actions/checkout debos.yml test.yml
13+
contents: read # debos.yml lava-schema-check.yml test.yml
14+
packages: read # test.yml
15+
pull-requests: write # test.yml
1316

1417
env:
1518
# where results will be posted/hosted
@@ -96,3 +99,10 @@ jobs:
9699
with:
97100
mainline_kernel: true
98101

102+
test-mainline-linux:
103+
uses: ./.github/workflows/test.yml
104+
needs: debos-mainline-linux
105+
secrets: inherit
106+
with:
107+
url: ${{ needs.debos-mainline-linux.outputs.artifacts_url }}
108+

0 commit comments

Comments
 (0)