Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Work item: Develop scripts to upload the artifacts to the project’s subdirectory in Apache

 

  

Vincent Hou: I have made some progress regarding the Travis builds as the automated jobs to release the openwhisk projects.

Travis job has a time limit of 50 minutes in open source versions, but we can divide the release into several stages, so jobs can be running both in sequential or parallel. Artifacts can be shared across different jobs by cache.

As I predict, we may need to share artifacts, like the same source code, some pre-built images, etc.

My pilot PR is https://github.com/apache/incubator-openwhisk-release/pull/1. Travis build can be found: https://travis-ci.org/apache/incubator-openwhisk-release.