Temporary disables full Edelweiss test + up to 5 retries of the quick one

pull/1037/head
Dr. Sergey Pogodin 6 years ago
parent cd93bd789d
commit 7716a2a414
  1. 14
      .circleci/config.yml

@ -108,12 +108,14 @@ jobs:
command: sleep 15s command: sleep 15s
- run: - run:
name: Quick Edelweiss test name: Quick Edelweiss test
command: /home/run-edelweiss-test.sh CircleCI/latest.quick.csv command: /home/run-edelweiss-test.sh CircleCI/latest.quick.csv 5
- run:
name: Full Edelweiss test # TODO: Temporary disabled
environment: # - run:
MYTHX_API_FULL_MODE: true # name: Full Edelweiss test
command: /home/run-edelweiss-test.sh CircleCI/latest.full.csv # environment:
# MYTHX_API_FULL_MODE: true
# command: /home/run-edelweiss-test.sh CircleCI/latest.full.csv
pypi_release: pypi_release:
<<: *defaults <<: *defaults

Loading…
Cancel
Save