Skip to content

Commit

Permalink
Bootstrap py36 in cron as well (#7579)
Browse files Browse the repository at this point in the history
**Problem**
The cron job was not configured to bootstrap the 3.6 version of pants, and therefore when we added the "3.6 + pantsd" shards in #7440, these don't work.

**Solution**
To add the 3.6 bootstrapping shards to the cron job.

**Result**
The cron job should now work, maybe?
  • Loading branch information
blorente authored Apr 16, 2019
1 parent c77bb4c commit d86e4cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -895,12 +895,16 @@ matrix:
- <<: *py27_linux_build_engine
stage: *bootstrap_cron
- <<: *py36_linux_build_engine
- <<: *py36_linux_build_engine
stage: *bootstrap_cron
- <<: *py37_linux_build_engine

- <<: *py27_osx_build_engine
- <<: *py27_osx_build_engine
stage: *bootstrap_cron
- <<: *py36_osx_build_engine
- <<: *py36_osx_build_engine
stage: *bootstrap_cron
- <<: *py37_osx_build_engine

- <<: *py27_lint
Expand Down
4 changes: 4 additions & 0 deletions build-support/travis/travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -838,12 +838,16 @@ matrix:
- <<: *py27_linux_build_engine
stage: *bootstrap_cron
- <<: *py36_linux_build_engine
- <<: *py36_linux_build_engine
stage: *bootstrap_cron
- <<: *py37_linux_build_engine

- <<: *py27_osx_build_engine
- <<: *py27_osx_build_engine
stage: *bootstrap_cron
- <<: *py36_osx_build_engine
- <<: *py36_osx_build_engine
stage: *bootstrap_cron
- <<: *py37_osx_build_engine

- <<: *py27_lint
Expand Down

0 comments on commit d86e4cd

Please sign in to comment.