-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use workflow-kotlin-test-runner-ubuntu-4core to unflake #163
Conversation
b482c16
to
0b351b2
Compare
on: | ||
push: | ||
branches: [ main ] | ||
# Build on all pull requests, regardless of target. | ||
pull_request: | ||
on : | ||
pull_request : | ||
merge_group : |
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.
Does this need to be changed as part of 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.
It depends on how securely we want to lock down the custom runner. if we specify the workflows it can run on rather than just open it to any workflow then we need a stable workflow name - which can only happen if we run it on the main
branch rather than the new branch that is created for each PR.
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.
Approving as it makes sense.
We need to add the KVM group perms to enable HW acceleration for teh emulator in the action. |
Updates our GHA config to take advantage of the runner that was created to unflake Workflow's integration tests, for the same reason.
0b351b2
to
422d76f
Compare
Updates our GHA config to take advantage of the runner that was created to unflake Workflow's integration tests, for the same reason.