Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
gstlal-visualisation
ligo-scald
Commits
32e29398
Commit
32e29398
authored
Aug 27, 2019
by
Patrick Godwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab-ci.yml: install python-kafka for test suite
parent
5eac4331
Pipeline
#77082
failed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-0
No files found.
.gitlab-ci.yml
View file @
32e29398
...
...
@@ -137,6 +137,7 @@ test:el7-python2:
python-pytest
python-pytest-cov
-
yum ${YUM_OPTS} --nogpgcheck localinstall dist/el7/python2-ligo-scald-*.rpm
-
pip install python-kafka
cache
:
key
:
"
${CI_JOB_NAME}"
paths
:
...
...
@@ -160,6 +161,7 @@ test:debian-python2:stretch:
python-ligo-common
python-urllib3
-
dpkg -i dist/python-ligo-scald_*_all.deb
-
pip install python-kafka
cache
:
key
:
"
${CI_JOB_NAME}"
paths
:
...
...
@@ -185,6 +187,7 @@ test:debian-python3:stretch:
python3-ligo-common
python3-urllib3
-
dpkg -i dist/python3-ligo-scald_*_all.deb
-
pip3 install python-kafka
cache
:
key
:
"
${CI_JOB_NAME}"
paths
:
...
...
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