HyukjinKwon commented on a change in pull request #32173:
URL: https://github.com/apache/spark/pull/32173#discussion_r613716605
##########
File path: .github/actions/tune-runner-vm/action.yml
##########
@@ -0,0 +1,13 @@
+name: Tune Runner VM
+description: tunes the GitHub Runner VM operation system
+runs:
+ using: composite
+ steps:
+ - run: |
+ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
Review comment:
@lhotari, is it a permanent issue or temporary? (I assume so?) If it's
temporary, I think we already have a minimized decent workaround. I would just
leave it as is for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]