-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: split devtools ci into build, web-tests and smoke jobs #13546
Conversation
@@ -6,7 +6,7 @@ on: | |||
pull_request: # run on all PRs, not just PRs to a particular branch | |||
|
|||
jobs: | |||
integration: | |||
build: | |||
runs-on: macos-latest # while macbots are much slower, linux reliably crashes running this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this still the case? there are a ton more Linux bots than there are Mac bots...in theory we'll be competing with other google or googlechrome projects for these
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It didn't work locally on my linux machine. I can poke at it more later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
restore-keys
foractions/cache
step, which should speed up build times for cache-missescache hit:
cache miss (building off latest cache):
(don't have an example here yet lol)
Building from scratch (no cache used at all):