This repository was archived by the owner on Dec 16, 2019. It is now read-only.
File tree 1 file changed +18
-17
lines changed
1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -79,23 +79,24 @@ jobs:
79
79
script :
80
80
- cd tests
81
81
- mvn test -Dtest=RobustnessTests -B
82
- # - stage: integration tests
83
- # before_script:
84
- # - cd deploy
85
- # - ../extras/travis_push_docker_hub.sh
86
- # - make bootstrap
87
- # - sudo chown -R travis private
88
- # - docker network create cega
89
- # - docker-compose up -d #--scale ingest=3 --scale verify=5
90
- # - docker-compose ps
91
- # script:
92
- # - sleep 5
93
- # - pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
94
- # - pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
95
- # - pip install pika
96
- # - make -C test
97
- # - sleep 10
98
- # - make -C test check
82
+ - stage : integration tests
83
+ before_script :
84
+ - cd deploy
85
+ - ../extras/travis_push_docker_hub.sh
86
+ - make bootstrap
87
+ - sudo chown -R travis private
88
+ - docker network create cega
89
+ - docker-compose up -d # --scale ingest=3 --scale verify=5
90
+ - docker-compose ps
91
+ script :
92
+ - sleep 5
93
+ - pip install idna==2.7
94
+ - pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
95
+ - pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
96
+ - pip install pika
97
+ - make -C test
98
+ - sleep 10
99
+ - make -C test check
99
100
- stage : tag image
100
101
script : ./extras/travis_push_docker_hub.sh
101
102
You can’t perform that action at this time.
0 commit comments