Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
blendb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
C3SL
blendb
Commits
cbdf076b
Commit
cbdf076b
authored
Jul 10, 2018
by
Rafael Dias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
Signed-off-by:
Rafael
<
rpd17@inf.ufpr.br
>
parent
225569f4
Pipeline
#16647
failed with stages
in 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
.gitlab-ci.yml
.gitlab-ci.yml
+3
-6
config/ci_test.env.example
config/ci_test.env.example
+7
-7
No files found.
.gitlab-ci.yml
View file @
cbdf076b
...
...
@@ -3,21 +3,18 @@ image: node:6.12.2
services
:
-
postgres:latest
-
name
:
"
marula
.c3sl.ufpr.br:5000/c3sl/monetdb-ci-service:latest"
name
:
"
dockerregistry
.c3sl.ufpr.br:5000/c3sl/monetdb-ci-service:latest"
alias
:
"
monet"
variables
:
POSTGRES_DB
:
'
blendb_fixture'
POSTGRES_USER
:
'
runner'
POSTGRES_PASSWORD
:
'
'
MONETDB_NAME
:
'
blendb_fixture'
PKG_VERSION
:
'
latest'
DOCKER_URL
:
'
marula.c3sl.ufpr.br:5000/c3sl/blendb:'
# script:
# - docker exec -it monetdb bash -c "echo 'user=monetdb' > /.monetdb" > /dev/null
# - docker exec -it monetdb bash -c "echo 'password=monetdb' > /.monetdb" > /dev/null
cache
:
cache
:
paths
:
-
node_modules
...
...
config/ci_test.env.example
View file @
cbdf076b
PORT=3000
BLENDB_N_DB=
1
BLENDB_DB0_USER=
postgres
BLENDB_DB0_NAME=
postgres
BLENDB_DB0_PASSWORD=
mysecretpassword
BLENDB_DB0_HOST=
localhost
BLENDB_N_DB=
2
BLENDB_DB0_USER=
runner
BLENDB_DB0_NAME=
blendb_fixture
BLENDB_DB0_PASSWORD=
BLENDB_DB0_HOST=
postgres
BLENDB_DB0_PORT=5432
BLENDB_DB0_ADAPTER=postgres
BLENDB_DB1_USER=monetdb
BLENDB_DB1_NAME=
monetdb
BLENDB_DB1_NAME=
blendb_fixture
BLENDB_DB1_PASSWORD=monetdb
BLENDB_DB1_HOST=monet
db-monetdb
BLENDB_DB1_HOST=monet
BLENDB_DB1_PORT=50000
BLENDB_DB1_ADAPTER=monet
\ 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