Skip to content

Commit

Permalink
gh/workflows: Switch to large runners
Browse files Browse the repository at this point in the history
The new runners support a nested virt.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and tklauser committed Jan 10, 2023
1 parent 2c1d48c commit da955ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
path: pwru

test:
runs-on: self-hosted
runs-on: ubuntu-latest-4cores-16gb
name: Test
needs: build
strategy:
fail-fast: false
matrix:
Expand All @@ -74,6 +75,8 @@ jobs:
with:
test-name: pwru-test
image-version: ${{ matrix.kernel }}
install-dependencies: 'true'
dns-resolver: '1.1.1.1'
host-mount: ./
cmd: |
set -x
Expand Down

0 comments on commit da955ee

Please sign in to comment.