Upload wheel to latest folder in S3#1606
Conversation
| - master | ||
| on: | ||
| repo: ray-project/ray | ||
| condition: $LINUX_WHEELS = 1 || $MAC_WHEELS = 1 |
There was a problem hiding this comment.
Nothing from lines 149-163 changed, right? I'm confused by the way the diff is presented.
Also, the stuff below is an exact copy of the stuff above, just with a different upload-dir, right?
There was a problem hiding this comment.
There's a 2 space increment to make it a list, hence nothing being changed. Yeah second copy is just a different upload-dir.
I followed instructions here - https://docs.travis-ci.com/user/deployment/s3/#Deploy-to-Multiple-Buckets%3A
There was a problem hiding this comment.
I see, it's technically the same bucket but just multiple folders, right? should still work
|
Test PASSed. |
What do these changes do?
Augments S3 to also upload the commit build to
latest. This will resolve an autoscaler problem in 0.3.1 where the config validation is not forward compatible.Related issue number
#1600