This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new b9ad07342410 [MINOR][INFRA] Update outdated comment for GHA runner
b9ad07342410 is described below

commit b9ad07342410504226e37a934ecf8b8c3561846e
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Feb 27 16:34:14 2026 +0800

    [MINOR][INFRA] Update outdated comment for GHA runner
    
    ### What changes were proposed in this pull request?
    
    GHA runner has limited 2C/7G, now limits 4C/16G, for public repo.
    
    
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
    
    ### Why are the changes needed?
    
    Update outdated comments.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #54541 from pan3793/minor-gha.
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/workflows/build_and_test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 4861d4973990..12a2d78639cd 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1444,7 +1444,8 @@ jobs:
         uses: medyagh/[email protected]
         with:
           kubernetes-version: "1.35.0"
-          # Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for 
better resource statistic
+          # GitHub Actions limit 4C/16G, limit to 2C/6G for better resource 
statistic
+          # 
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
           cpus: 2
           memory: 6144m
       - name: Print K8S pods and nodes info


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

Reply via email to