Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: download snap to tests dir #4380

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/spread-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
name: snap
path: ${{ steps.snapcraft.outputs.snap }}
- name: Verify snapcraft snap
run: |
sudo snap install --dangerous --classic ${{ steps.snapcraft.outputs.snap }}

kernel-plugins:
runs-on: self-hosted
Expand All @@ -30,7 +33,6 @@ jobs:
fail-fast: false
matrix:
type: [craft-parts, v2]

steps:
- name: Cleanup job workspace
run: |
Expand All @@ -45,6 +47,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: snap
path: tests
- name: Kernel plugin test
run: |
spread google:ubuntu-22.04-64:tests/spread/plugins/${{ matrix.type }}/kernel