-
Notifications
You must be signed in to change notification settings - Fork 4
travis.com CI pipeline config #1
Comments
The options being:
b) has the problems that it would not run for external contributions (that are not originated in a branch from this repo) c) would require that everyone’s continue to be a good citizen and get PRs open as early as possible with [WIP] tags and that no code gets merged without a PR. |
What are we trying to solve here? Reducing cost, reducing parallel builds, something else? I think |
Some notes on the recently added github Draft Pull Requests:
So this currently is an efficient way of avoiding double builds. Update |
In js-ipfs and soon js-ipfs-http-client we build only |
travis runs 2 pipelines every time we push to a branch/PR
With the current config we run tests in 5 enviroments (linux, mac, window, firefox, chrome) and so we use 10 concurrent jobs per PR.
So the question here is, do we really need to run both pipelines on every commit to a branch/PR ? @ipfs/javascript-team
The text was updated successfully, but these errors were encountered: