Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frms
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
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
saxid-federated-resource-management
frms
Commits
1e13c46a
Commit
1e13c46a
authored
Jun 29, 2020
by
Daniel Schreiber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't use docker containers for testing
parent
4d4d7e9a
Pipeline
#34177
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
17 deletions
+4
-17
.gitlab-ci.yml
.gitlab-ci.yml
+4
-17
No files found.
.gitlab-ci.yml
View file @
1e13c46a
image
:
python:3
services
:
-
rabbitmq:3
variables
:
# makes rabbitmq accessible to the django app (environment variable is used in settings)
SAXID_AMQP_HOST
:
'
rabbitmq'
stages
:
-
test
variables
:
LD_LIBRARY_PATH
:
/opt/sqlite-compat-django/lib/
before_script
:
-
apt-get update -qqy
-
apt-get install -qqy python-dev
-
pip install tox
-
python3.6 -m venv $HOME/tox
-
$HOME/tox/bin/pip install tox
api-test-py3
:
stage
:
test
script
:
tox -e py36
script
:
$HOME/tox/bin/tox -e 'py36'
coverage
:
'
/^TOTAL.*\s+(\d+\.\d\%)\s*$/'
# allow_failure: true
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