Skip to content

Commit 2bd8170

Browse files
committed
WIP
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
1 parent 637d064 commit 2bd8170

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,16 @@ on:
1313
jobs:
1414
verify:
1515
uses: ./.github/workflows/verify.yml
16-
altlinux:
17-
needs:
18-
- verify
19-
uses: ./.github/workflows/testcases.yml
20-
with:
21-
vendor: altlinux
22-
exclude: '[{"testcase": "zfs-partition"}, {"testcase": "initramfs-on-erofs"}]'
23-
fedora:
24-
needs:
25-
- verify
26-
uses: ./.github/workflows/testcases.yml
27-
with:
28-
vendor: fedora
29-
exclude: '[{"testcase": "zfs-partition"},{"testcase": "lvm+luks"}]'
30-
ubuntu:
31-
needs:
32-
- verify
33-
uses: ./.github/workflows/testcases.yml
34-
with:
35-
vendor: ubuntu
3616
gentoo:
3717
needs:
3818
- verify
3919
uses: ./.github/workflows/testcases.yml
4020
with:
4121
vendor: gentoo
4222
exclude: '[{"testcase": "zfs-partition"}]'
43-
gentoo_musl:
44-
needs:
45-
- verify
46-
uses: ./.github/workflows/testcases.yml
47-
with:
48-
vendor: gentoo_musl
49-
exclude: '[{"testcase": "zfs-partition"}, {"testcase": "initramfs-on-erofs"}, {"testcase": "initramfs-on-squashfs"}]'
5023
metrics:
5124
needs:
52-
- altlinux
53-
- fedora
54-
- ubuntu
5525
- gentoo
56-
- gentoo_musl
5726
runs-on: ubuntu-latest
5827
if: success() || failure()
5928
steps:

0 commit comments

Comments
 (0)