Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore cron CI run from #7534 to adjust the time it starts #7538

Merged
merged 1 commit into from Apr 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -37,8 +37,12 @@ env:
stages:
- name: &bootstrap Bootstrap Pants
if: type != cron
- name: &bootstrap_cron Bootstrap Pants (Cron)
if: type = cron
- name: &test Test Pants
if: type != cron
- name: &test_cron Test Pants (Cron)
if: type = cron
- name: &build_stable Deploy Pants Pex
if: tag IS present AND tag =~ ^release_.*$
- name: &build_unstable Deploy Pants Pex Unstable
Expand Down
4 changes: 4 additions & 0 deletions build-support/travis/travis.yml.mustache
Expand Up @@ -30,8 +30,12 @@ env:
stages:
- name: &bootstrap Bootstrap Pants
if: type != cron
- name: &bootstrap_cron Bootstrap Pants (Cron)
if: type = cron
- name: &test Test Pants
if: type != cron
- name: &test_cron Test Pants (Cron)
if: type = cron
- name: &build_stable Deploy Pants Pex
if: tag IS present AND tag =~ ^release_.*$
- name: &build_unstable Deploy Pants Pex Unstable
Expand Down