Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
c8ac6add
Commit
c8ac6add
authored
Nov 29, 2017
by
Marcus Efraimsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: speedup mysql and postgres integration tests by 10-20x
Use docker tmpfs mounts for mysql and postgres data volumes
parent
554c7ba9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
docker/blocks/mysql_tests/docker-compose.yaml
+1
-0
docker/blocks/postgres_tests/docker-compose.yaml
+2
-0
No files found.
docker/blocks/mysql_tests/docker-compose.yaml
View file @
c8ac6add
...
@@ -7,3 +7,4 @@
...
@@ -7,3 +7,4 @@
MYSQL_PASSWORD
:
password
MYSQL_PASSWORD
:
password
ports
:
ports
:
-
"
3306:3306"
-
"
3306:3306"
tmpfs
:
/var/lib/mysql:rw
docker/blocks/postgres_tests/docker-compose.yaml
View file @
c8ac6add
...
@@ -5,3 +5,4 @@
...
@@ -5,3 +5,4 @@
POSTGRES_PASSWORD
:
grafanatest
POSTGRES_PASSWORD
:
grafanatest
ports
:
ports
:
-
"
5432:5432"
-
"
5432:5432"
tmpfs
:
/var/lib/postgresql/data:rw
\ 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