Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
c98ca141
Commit
c98ca141
authored
Mar 07, 2024
by
Derek Nola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add wasm test to e2e matrix
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
6a42c6fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
e2e.yaml
.github/workflows/e2e.yaml
+1
-1
Vagrantfile
tests/e2e/wasm/Vagrantfile
+0
-2
No files found.
.github/workflows/e2e.yaml
View file @
c98ca141
...
@@ -37,7 +37,7 @@ jobs:
...
@@ -37,7 +37,7 @@ jobs:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
# TODO fix embeddedmirror and add it to the 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
max-parallel
:
3
steps
:
steps
:
-
name
:
"
Checkout"
-
name
:
"
Checkout"
...
...
tests/e2e/wasm/Vagrantfile
View file @
c98ca141
...
@@ -41,12 +41,10 @@ def provision(vm, role, role_num, node_num)
...
@@ -41,12 +41,10 @@ def provision(vm, role, role_num, node_num)
addCoverageDir
(
vm
,
role
,
GOCOVER
)
addCoverageDir
(
vm
,
role
,
GOCOVER
)
install_type
=
getInstallType
(
vm
,
RELEASE_VERSION
,
GITHUB_BRANCH
)
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
vm
.
provision
"Install run-wasi containerd shims"
,
type:
"shell"
,
inline:
INSTALL_WASM_SHIMS
if
role
.
include?
(
"server"
)
&&
role_num
==
0
if
role
.
include?
(
"server"
)
&&
role_num
==
0
dockerInstall
(
vm
)
vm
.
provision
'k3s-primary-server'
,
type:
'k3s'
,
run:
'once'
do
|
k3s
|
vm
.
provision
'k3s-primary-server'
,
type:
'k3s'
,
run:
'once'
do
|
k3s
|
k3s
.
args
=
"server "
k3s
.
args
=
"server "
k3s
.
config
=
<<~
YAML
k3s
.
config
=
<<~
YAML
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment