Add wasm test to e2e matrix

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola 2024-03-07 11:46:41 -08:00
parent 6a42c6fcfe
commit c98ca14198
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
# TODO fix embeddedmirror and add it to the matrix
etest: [startup, s3, btrfs, externalip, privateregistry]
etest: [startup, s3, btrfs, externalip, privateregistry, wasm]
max-parallel: 3
steps:
- name: "Checkout"

View File

@ -41,12 +41,10 @@ def provision(vm, role, role_num, node_num)
addCoverageDir(vm, role, GOCOVER)
install_type = getInstallType(vm, RELEASE_VERSION, GITHUB_BRANCH)
vm.provision "shell", inline: "ping -c 2 k3s.io"
vm.provision "Install run-wasi containerd shims", type: "shell", inline: INSTALL_WASM_SHIMS
if role.include?("server") && role_num == 0
dockerInstall(vm)
vm.provision 'k3s-primary-server', type: 'k3s', run: 'once' do |k3s|
k3s.args = "server "
k3s.config = <<~YAML