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
fea8ac17
Commit
fea8ac17
authored
Feb 14, 2025
by
Derek Nola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo on conformance script (#11792)
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
27218c12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
test
scripts/test
+4
-4
No files found.
scripts/test
View file @
fea8ac17
...
...
@@ -67,9 +67,9 @@ fi
# ---
if
[
"
$DRONE_BUILD_EVENT
"
=
'cron'
]
;
then
run-go-test ./test/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
sqlite
-serial
-ginkgo
.v
run-go-test ./test
s
/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
sqlite
-serial
-ginkgo
.v
echo
"Did go conformance sqlite serial
$?
"
run-go-test ./test/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
etcd
-serial
-ginkgo
.v
run-go-test ./test
s
/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
etcd
-serial
-ginkgo
.v
echo
"Did go conformance etcd serial
$?
"
test-run-sonobuoy mysql serial
echo
"Did test-run-sonobuoy-mysqk serial
$?
"
...
...
@@ -87,9 +87,9 @@ if [ "$DRONE_BUILD_EVENT" = 'cron' ]; then
E2E_OUTPUT
=
$artifacts
test-run-sonobuoy parallel
echo
"Did test-run-sonobuoy parallel
$?
"
run-go-test ./test/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
sqlite
-ginkgo
.v
run-go-test ./test
s
/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
sqlite
-ginkgo
.v
echo
"Did go conformance sqlite parallel
$?
"
run-go-test ./test/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
etcd
-ginkgo
.v
run-go-test ./test
s
/docker/conformance/conformance_test.go
-k3sImage
=
"
$K3S_IMAGE
"
-db
etcd
-ginkgo
.v
echo
"Did go test conformance etcd parallel
$?
"
test-run-sonobuoy mysql parallel
echo
"Did test-run-sonobuoy-mysql parallel
$?
"
...
...
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