Skip to content
Snippets Groups Projects
Commit f1dd654d authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

hivemind log artifact upload moved to stop server, reverted package versions in install requires

parent 8a21746c
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!84Upgrade of setup.py
...@@ -113,7 +113,6 @@ hivemind_start_server: ...@@ -113,7 +113,6 @@ hivemind_start_server:
artifacts: artifacts:
paths: paths:
- hive_server.log
- hive_server.pid - hive_server.pid
expire_in: 1 week expire_in: 1 week
...@@ -151,6 +150,10 @@ hivemind_stop_server: ...@@ -151,6 +150,10 @@ hivemind_stop_server:
tags: tags:
- hivemind - hivemind
artifacts:
paths:
- hive_server.log
.hivemind_start_api_smoketest: &common_api_smoketest_job .hivemind_start_api_smoketest: &common_api_smoketest_job
stage: e2e-test stage: e2e-test
environment: hive-4.pl.syncad.com environment: hive-4.pl.syncad.com
......
...@@ -60,10 +60,12 @@ if __name__ == "__main__": ...@@ -60,10 +60,12 @@ if __name__ == "__main__":
setup_requires=[ setup_requires=[
'pytest-runner', 'pytest-runner',
], ],
dependency_links=[
'https://github.com/bcb/jsonrpcserver/tarball/8f3437a19b6d1a8f600ee2c9b112116c85f17827#egg=jsonrpcserver-4.1.3+8f3437a'
],
install_requires=[ install_requires=[
'importlib_metadata', 'aiopg @ https://github.com/aio-libs/aiopg/tarball/862fff97e4ae465333451a4af2a838bfaa3dd0bc',
'aiopg', 'jsonrpcserver @ https://github.com/bcb/jsonrpcserver/tarball/8f3437a19b6d1a8f600ee2c9b112116c85f17827#egg=jsonrpcserver',
'jsonrpcserver',
'simplejson', 'simplejson',
'aiohttp', 'aiohttp',
'certifi', 'certifi',
...@@ -77,8 +79,9 @@ if __name__ == "__main__": ...@@ -77,8 +79,9 @@ if __name__ == "__main__":
'aiocache', 'aiocache',
'configargparse', 'configargparse',
'pdoc', 'pdoc',
'diff-match-patch', 'diff-match-patch'
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'hive=hive.cli:run', 'hive=hive.cli:run',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment