Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blendb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
C3SL
blendb
Commits
516b620a
Commit
516b620a
authored
6 years ago
by
Rafael Dias
Browse files
Options
Downloads
Patches
Plain Diff
[WIP] [ci-skip] update related
#58
Signed-off-by:
Rafael
<
rpd17@inf.ufpr.br
>
parent
9a14ad74
No related branches found
No related tags found
No related merge requests found
Pipeline
#16453
skipped
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
config/ci_test.env.example
+13
-6
13 additions, 6 deletions
config/ci_test.env.example
with
16 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
0
View file @
516b620a
...
...
@@ -2,6 +2,9 @@ image: node:6.12.2
services
:
-
postgres:latest
-
name
:
"
marula.c3sl.ufpr.br:5000/c3sl/monetdb-ci-service:latest"
alias
:
"
monet"
variables
:
POSTGRES_DB
:
'
blendb_fixture'
...
...
This diff is collapsed.
Click to expand it.
config/ci_test.env.example
+
13
−
6
View file @
516b620a
BLENDB_DB_USER=runner
BLENDB_DB_NAME=blendb_fixture
BLENDB_DB_PASSWORD=
BLENDB_DB_HOST=postgres
BLENDB_DB_PORT=5432
BLENDB_ADAPTER=postgres
PORT=3000
BLENDB_N_DB=1
BLENDB_DB0_USER=postgres
BLENDB_DB0_NAME=postgres
BLENDB_DB0_PASSWORD=mysecretpassword
BLENDB_DB0_HOST=localhost
BLENDB_DB0_PORT=5432
BLENDB_DB0_ADAPTER=postgres
BLENDB_DB1_USER=monetdb
BLENDB_DB1_NAME=monetdb
BLENDB_DB1_PASSWORD=monetdb
BLENDB_DB1_HOST=10.254.221.6
BLENDB_DB1_PORT=50000
BLENDB_DB1_ADAPTER=monet
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment