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
7305b409
Unverified
Commit
7305b409
authored
Jan 20, 2020
by
Erik Wilson
Committed by
GitHub
Jan 20, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1324 from erikwilson/enable-db-tests
Enable mysql & postgres tests
parents
fa5385e3
40a4e953
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
test
scripts/test
+10
-9
No files found.
scripts/test
View file @
7305b409
...
@@ -11,19 +11,19 @@ mkdir -p $artifacts
...
@@ -11,19 +11,19 @@ mkdir -p $artifacts
.
./scripts/test-run-basics
.
./scripts/test-run-basics
#
#
---
# ---
E2E_OUTPUT
=
$artifacts
test-run-sonobuoy
E2E_OUTPUT
=
$artifacts
test-run-sonobuoy
#
#
---
# ---
#
if [ "$ARCH" != 'amd64' ]; then
if
[
"
$ARCH
"
!=
'amd64'
]
;
then
#
printf "\033[33mSkipping remaining tests, images not available for $ARCH.\033[m\n"
printf
"
\0
33[33mSkipping remaining tests, images not available for
$ARCH
.
\0
33[m
\n
"
#
exit 0
exit
0
#
fi
fi
#
#
---
# ---
#
test-run-sonobuoy mysql
test-run-sonobuoy mysql
#
test-run-sonobuoy postgres
test-run-sonobuoy postgres
# test-run-sonobuoy dqlite
# test-run-sonobuoy dqlite
\ No newline at end of file
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