Merge pull request #1371 from cygnusv/noche

CircleCI: Testing nightly builds config
pull/1374/head
David Núñez 2019-09-30 19:43:21 +02:00 committed by GitHub
commit 28117f554a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -181,6 +181,37 @@ workflows:
only: /v[0-9]+.*/
branches:
ignore: /.*/
nightly:
triggers:
- schedule:
cron: "45 * * * *" # Just for testing configs
# cron: "0 6 * * *" # Scheduled for 0800 CEST / 2300 PDT
filters:
branches:
only:
- master
- foo
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: /.*/
python_36_base: &python_36_base