iemejia commented on code in PR #56479:
URL: https://github.com/apache/spark/pull/56479#discussion_r3411642684


##########
.github/workflows/benchmark.yml:
##########
@@ -156,6 +164,19 @@ jobs:
       # In order to get diff files
       with:
         fetch-depth: 0
+    - name: Check CPU model
+      run: |
+        CPU_MODEL=$(grep "model name" /proc/cpuinfo | head -1 | sed 's/model 
name\s*:\s*//')
+        echo "Runner CPU: $CPU_MODEL"
+        echo "::notice::Runner CPU: $CPU_MODEL"
+        if [ -n "${{ inputs.expected-cpu }}" ]; then

Review Comment:
   Good catch, thanks! Updated to route through `env:` so the input is a 
properly-quoted shell variable. Fixed in the next push.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to