Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
tank
Commits
e227d355
Commit
e227d355
authored
Dec 16, 2021
by
Ernesto Rico Schmidt
Browse files
Remove test-store-{mysql,mariadb}
parent
acb76b61
Pipeline
#1169
passed with stages
in 3 minutes and 10 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e227d355
...
...
@@ -33,38 +33,6 @@ test-all-but-store:
script
:
-
go test -v -cover $(go list ./... | grep -v tank/store)
test-store-mysql
:
stage
:
test
services
:
-
mysql:5.7
variables
:
MYSQL_DATABASE
:
"
tank"
MYSQL_USER
:
"
tank"
MYSQL_PASSWORD
:
"
aura"
MYSQL_RANDOM_ROOT_PASSWORD
:
"
yes"
MYSQL_INITDB_SKIP_TZINFO
:
"
1"
AURA_TANK_TEST_DB_TYPE
:
"
mysql"
AURA_TANK_TEST_DB_HOST
:
"
mysql"
script
:
-
go run contrib/waitfor-tcp.go mysql:3306
30
-
go test -v -cover ./store
test-store-mariadb
:
stage
:
test
services
:
-
mariadb:10.1
variables
:
MYSQL_DATABASE
:
"
tank"
MYSQL_USER
:
"
tank"
MYSQL_PASSWORD
:
"
aura"
MYSQL_RANDOM_ROOT_PASSWORD
:
"
yes"
MYSQL_INITDB_SKIP_TZINFO
:
"
1"
AURA_TANK_TEST_DB_TYPE
:
"
mysql"
AURA_TANK_TEST_DB_HOST
:
"
mariadb"
script
:
-
go run contrib/waitfor-tcp.go mariadb:3306
30
-
go test -v -cover ./store
test-store-postgres
:
stage
:
test
services
:
...
...
Write
Preview
Supports
Markdown
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