Skip to content

Commit

Permalink
add wasmer
Browse files Browse the repository at this point in the history
Signed-off-by: dierbei <1628652790@qq.com>
  • Loading branch information
dierbei committed Sep 8, 2023
1 parent d0a1a1c commit 543eb6f
Show file tree
Hide file tree
Showing 13 changed files with 2,050 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-test-k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
path: dist
- name: run
timeout-minutes: 5
run: make test/k3s
run: make test/k3s-${{ inputs.runtime }}
- name: cleanup
if: always()
run: make test/k3s/clean
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
runtime: ["wasmtime", "wasmedge"]
runtime: ["wasmtime", "wasmedge", "wasmer"]
uses: ./.github/workflows/action-build.yml
with:
os: ${{ matrix.os }}
Expand All @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
os: ["windows-latest"]
runtime: ["wasmtime", "wasmedge"]
runtime: ["wasmtime", "wasmedge", "wasmer"]
uses: ./.github/workflows/action-build.yml
with:
os: ${{ matrix.os }}
Expand All @@ -56,7 +56,7 @@ jobs:
matrix:
# 20.04 uses cgroupv1, 22.04 uses cgroupv2
os: ["ubuntu-20.04", "ubuntu-22.04"]
runtime: ["wasmtime", "wasmedge"]
runtime: ["wasmtime", "wasmedge", "wasmer"]
uses: ./.github/workflows/action-test-smoke.yml
with:
os: ${{ matrix.os }}
Expand All @@ -74,14 +74,14 @@ jobs:
with:
os: ${{ matrix.os }}
runtime: ${{ matrix.runtime }}

e2e-k3s:
name: ${{ matrix.runtime }}
needs: [build-ubuntu, test-image]
strategy:
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
runtime: ["wasmedge"]
runtime: ["wasmedge", "wasmer"]
uses: ./.github/workflows/action-test-k3s.yml
with:
os: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 543eb6f

Please sign in to comment.