Uh oh!
There was an error while loading. Please reload this page.
build,meta: tweak Travis config - #26969
Conversation
nodejs-github-bot
commented
Mar 28, 2019
@refack Sadly, an error occurred when I tried to trigger a build. :( |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
richardlau
commented
Mar 28, 2019
Reminder that if you're bumping the gcc version you may have to land in more than one commit to populate the ccache as I had to when we moved to gcc 6 (#26720 (comment)). |
refack
commented
Mar 28, 2019
Mostly wanted to see if this builds faster. Since we might get in the same mess when we land V8 or change BTW: https://docs.travis-ci.com/user/caching/#pull-request-builds-and-caches cache lookup and storage is fairly nuanced. |
richardlau
commented
Mar 29, 2019
Travis builds are now timing out, which I suspect might be the recent V8 update 😢. |
Uh oh!
There was an error while loading. Please reload this page.
refack
commented
Mar 30, 2019
Ok first Travis job passed, so I cleared the cache and restarted. |
refack
commented
Mar 30, 2019
This is ready for review. /CC @nodejs/build-files @nodejs/testing |
There was a problem hiding this comment.
With the tap format used by test-ci Travis truncates the log in the web UI. e.g. https://travis-ci.com/nodejs/node/jobs/188985249 so you need to click through to the raw logs to see the full test results.
There was a problem hiding this comment.
Added some grepping to get it down to ~6K lines
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
refack
commented
Apr 1, 2019
Ping @nodejs/build-files @nodejs/testing |
* Add `lint-py-build` to get `lint-ci` to lint python * Add compile V8 job * Make compilation verbose * Test with `test-ci` PR-URL: nodejs#26969 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
* Add `lint-py-build` to get `lint-ci` to lint python * Add compile V8 job * Make compilation verbose * Test with `test-ci` PR-URL: #26969 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
* Add `lint-py-build` to get `lint-ci` to lint python * Add compile V8 job * Make compilation verbose * Test with `test-ci` PR-URL: #26969 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
* Add `lint-py-build` to get `lint-ci` to lint python * Add compile V8 job * Make compilation verbose * Test with `test-ci` PR-URL: #26969 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
* Add `lint-py-build` to get `lint-ci` to lint python * Add compile V8 job * Make compilation verbose * Test with `test-ci` PR-URL: #26969 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Signed-off-by: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes