Merge pull request #1740 from cygnusv/ci-optimization

Move secondary pipenv and pip jobs to nightly build (Closes #1727)
pull/1742/head
K Prasch 2020-02-24 12:44:43 -07:00 committed by GitHub
commit dea8df45ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 24 deletions

View File

@ -5,34 +5,10 @@ workflows:
version: 2
test_build_deploy:
jobs:
- pipenv_install_36:
filters:
tags:
only: /.*/
- pip_install_36:
filters:
tags:
only: /.*/
- pipenv_install_37:
filters:
tags:
only: /.*/
- validate_reqs_files:
filters:
tags:
only: /.*/
- pip_install_37:
filters:
tags:
only: /.*/
- pipenv_install_38:
filters:
tags:
only: /.*/
- pip_install_38:
filters:
tags:
only: /.*/
- contracts:
context: "NuCypher Tests"
filters:
@ -223,6 +199,14 @@ workflows:
filters:
tags:
only: /.*/
- pipenv_install_38:
filters:
tags:
only: /.*/
- pip_install_38:
filters:
tags:
only: /.*/
- statistical_tests:
filters:
tags: