Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Duplicate build artifacts uploaded to S3 #393

Closed
oxtopus opened this issue Nov 8, 2013 · 1 comment
Closed

Duplicate build artifacts uploaded to S3 #393

oxtopus opened this issue Nov 8, 2013 · 1 comment
Labels

Comments

@oxtopus
Copy link
Contributor

oxtopus commented Nov 8, 2013

At the end of a Travis-CI build, the results are tarred, gzipped, and uploaded to S3. The filename is derived from the travis commit sha, which is shared for all four of the builds, accounting for python 2.6, python 2.7, gcc, and clang. We should derive the filename, or S3 key from the matrix of parameters that result in multiple builds.

For example:

nupic-linux64-$TRAVIS_COMMIT-$TRAVIS_PYTHON_VERSION-$CC.tar.gz

@rhyolight
Copy link
Member

Obsolete

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants