901 B
901 B
Travis Notes for Administrators
Administrators: Are PRs taking > 1 hr to run through Travis? If you look at the Travis logs is it building riscv-tools
?
This is because someone committed a PR to master
which bumped riscv-tools
and the master cache needs to be updated.
This is the procedure to follow to get
things fast again. We don't generally build on merges to master, just PRs.
- Wait for your PR that you want to merge to go green. This will take a long time.
- On Travis, click
More Options -> Caches
on the upper right. - Click
Delete all Repository Caches
. - Click
More Options->Settings
- On the
General Settings
section, switch theBuild Branch Updates
toggle toON
. - perform your PR's merge to master. This will cause the master cache to build
riscv-tools
. - Once the merge commit goes green on Travis, switch the
Build Branch Updates
toggle toOFF
.