Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
nomad-lab
nomad-FAIR
Commits
1e1f6766
Commit
1e1f6766
authored
6 years ago
by
Markus Scheidgen
Browse files
Options
Downloads
Patches
Plain Diff
Disabled integration test in CI.
parent
21ec63e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!22
Repointegration
Pipeline
#40088
passed
6 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+38
-37
38 additions, 37 deletions
.gitlab-ci.yml
docs/components.graffle/data.plist
+0
-0
0 additions, 0 deletions
docs/components.graffle/data.plist
with
38 additions
and
37 deletions
.gitlab-ci.yml
+
38
−
37
View file @
1e1f6766
...
...
@@ -88,43 +88,44 @@ tests:
except
:
-
/^dev-.*$/
integration-tests
:
stage
:
integration
services
:
-
postgres:latest
-
mongo:latest
# this will cause a warning, as the gitlab ci runner health check will test the wrong
# port on rabbitmq container
:
# https://gitlab.com/gitlab-org/gitlab-runner/issues/3163
-
rabbitmq
-
name
:
docker.elastic.co/elasticsearch/elasticsearch:6.3.2
alias
:
elastic
# fix issue with running elastic in gitlab ci runner:
# https://gitlab.com/gitlab-org/gitlab-ce/issues/42214
command
:
[
"
bin/elasticsearch"
,
"
-Ediscovery.type=single-node"
]
-
name
:
$TEST_IMAGE
alias
:
api
command
:
[
"
python"
,
"
-m"
,
"
nomad.client"
,
"
run"
,
"
api"
]
-
name
:
$TEST_IMAGE
alias
:
worker
command
:
[
"
python"
,
"
-m"
,
"
nomad.client"
,
"
run"
,
"
worker"
]
variables
:
POSTGRES_DB
:
nomad
POSTGRES_USER
:
postgres
POSTGRES_PASSWORD
:
nomad
RABBITMQ_ERLANG_COOKIE
:
SWQOKODSQALRPCLNMEQG
RABBITMQ_DEFAULT_USER
:
rabbitmq
RABBITMQ_DEFAULT_PASS
:
rabbitmq
RABBITMQ_DEFAULT_VHOST
:
/
NOMAD_COE_REPO_DB_HOST
:
postgres
NOMAD_RABBITMQ_HOST
:
rabbitmq
NOMAD_ELASTIC_HOST
:
elastic
NOMAD_MONGO_HOST
:
mongo
script
:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
-
integration/test_integration.sh
except
:
-
/^dev-.*$/
# does currently not work, current GitLab CI runner does not network services with each other
# integration-tests:
# stage: integration
# services:
# - postgres:latest
# - mongo:latest
# # this will cause a warning, as the gitlab ci runner health check will test the wrong
# # port on rabbitmq container:
# # https://gitlab.com/gitlab-org/gitlab-runner/issues/3163
# - rabbitmq
# - name: docker.elastic.co/elasticsearch/elasticsearch:6.3.2
# alias: elastic
# # fix issue with running elastic in gitlab ci runner:
# # https://gitlab.com/gitlab-org/gitlab-ce/issues/42214
# command: [ "bin/elasticsearch", "-Ediscovery.type=single-node" ]
# - name: $TEST_IMAGE
# alias: api
# command: ["python", "-m", "nomad.client", "run", "api"]
# - name: $TEST_IMAGE
# alias: worker
# command: ["python", "-m", "nomad.client", "run", "worker"]
# variables:
# POSTGRES_DB: nomad
# POSTGRES_USER: postgres
# POSTGRES_PASSWORD: nomad
# RABBITMQ_ERLANG_COOKIE: SWQOKODSQALRPCLNMEQG
# RABBITMQ_DEFAULT_USER: rabbitmq
# RABBITMQ_DEFAULT_PASS: rabbitmq
# RABBITMQ_DEFAULT_VHOST: /
# NOMAD_COE_REPO_DB_HOST: postgres
# NOMAD_RABBITMQ_HOST: rabbitmq
# NOMAD_ELASTIC_HOST: elastic
# NOMAD_MONGO_HOST: mongo
# script:
# - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
# - integration/test_integration.sh
# except:
# - /^dev-.*$/
release
:
stage
:
release
...
...
This diff is collapsed.
Click to expand it.
docs/components.graffle/data.plist
+
0
−
0
View file @
1e1f6766
No preview for this file type
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