Skip to content

Commit af3076a

Browse files
Henrik66aafeijoo-suse
authored andcommitted
ci: run all local tests on all containers (including Gentoo)
1 parent 699d51c commit af3076a

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

.github/workflows/integration.yml

+2-27
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
"arch:latest",
2121
"debian:latest",
2222
"fedora:latest",
23+
"gentoo:latest",
2324
"opensuse:latest",
2425
]
2526
test: [
@@ -45,7 +46,7 @@ jobs:
4546
options: "--privileged -v /dev:/dev"
4647
steps:
4748
- name: "Checkout Repository"
48-
uses: actions/checkout@v3
49+
uses: actions/checkout@v1
4950
with:
5051
fetch-depth: 0
5152

@@ -88,29 +89,3 @@ jobs:
8889

8990
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
9091
run: USE_NETWORK=${{ matrix.network }} ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
91-
openrc-musl:
92-
runs-on: ubuntu-latest
93-
timeout-minutes: 45
94-
concurrency:
95-
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.container }}-${{ matrix.test }}
96-
cancel-in-progress: true
97-
strategy:
98-
matrix:
99-
container: [
100-
"gentoo:latest",
101-
]
102-
test: [
103-
"18",
104-
]
105-
fail-fast: false
106-
container:
107-
image: ghcr.io/dracutdevs/${{ matrix.container }}
108-
options: "--privileged -v /dev:/dev"
109-
steps:
110-
- name: "Checkout Repository"
111-
uses: actions/checkout@v1
112-
with:
113-
fetch-depth: 0
114-
115-
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
116-
run: ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}

0 commit comments

Comments
 (0)