TST: Use Travis CI build stages?
See original GitHub issueAre you interested in this new Travis CI feature? See https://docs.travis-ci.com/user/build-stages/ for info and see https://travis-ci.org/astropy/astropy for the feature as used by astropy
.
The motivation to use this is when you don’t want bother with running the rest of the builds if some important ones fail. However, this also adds to total testing time, because subsequent stages are not started until the earlier ones pass.
Please close this issue if you are not interested.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Build Stages - Travis CI Docs
Build stages is a way to group jobs, and run jobs in each stage in parallel, but run one stage after another sequentially....
Read more >Build Stages: Defining different steps on different stages
This example has 2 build stages: Two jobs that run different suites of tests against Ruby 2.3.1; One job that runs a custom...
Read more >Job Lifecycle - Travis CI Docs
Each job is a sequence of phases. The main phases are: ... Travis CI can run custom commands in the phases: ... There...
Read more >Build Stages: Matrix expansion - Travis CI Docs
Build Stages : Matrix expansion. This example has 2 build stages: Four test jobs that have been expanded from rvm and env matrix...
Read more >Customizing the Build - Travis CI Docs
Builds on Travis CI are configured mostly through the build configuration stored in the file .travis.yml in your repository. This allows your configuration...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pllim, I haven’t yet had time to take at look at this. Will do so soon.
OK