1
0

ci: add kernel module tests to e2e matrix

This commit is contained in:
2023-05-17 10:24:28 +00:00
parent a68ceacb43
commit 3de5f5e12d
5 changed files with 18 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
name: Debian kernels cache
name: Debian
on:
workflow_dispatch:
@@ -13,7 +13,7 @@ on:
jobs:
debian-kernel-metadata-cache:
name: Cache Debian kernels metadata
name: Cache metadata
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@@ -44,7 +44,7 @@ jobs:
run: s3cmd put --acl-public ~/.out-of-tree/debian.cache s3://out-of-tree/1.0.0/ --host=fra1.digitaloceanspaces.com --host-bucket='%(bucket)s.fra1.digitaloceanspaces.com' --access_key=${{ secrets.DIGITALOCEAN_SPACES_ACCESS_KEY }} --secret_key=${{ secrets.DIGITALOCEAN_SPACES_SECRET_KEY }}
debian-kernel-packages-mirror:
name: Mirror Debian kernel packages
name: Mirror packages
needs: debian-kernel-metadata-cache
runs-on: ubuntu-latest
steps: