Skip to content

Commit e508738

Browse files
zhengruifenghuangxiaopingRD
authored andcommitted
[SPARK-54329][INFRA] Use shorter prefix before build name
### What changes were proposed in this pull request? Use shorter prefix before build name ### Why are the changes needed? <img width="835" height="771" alt="image" src="https://github.com/user-attachments/assets/d6318f62-315c-4e6b-bdf6-d72f1f6e5eb2" /> the prefix is long that not convenient to select the tests ### Does this PR introduce _any_ user-facing change? No, infra-only ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#53030 from zhengruifeng/macos_build_name. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
1 parent 283fab6 commit e508738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on:
5454
jobs:
5555
# Build: build Spark and run the tests for specified modules using maven
5656
build:
57-
name: "Build modules using Maven: ${{ matrix.modules }} ${{ matrix.comment }}"
57+
name: "Build modules: ${{ matrix.modules }} ${{ matrix.comment }}"
5858
runs-on: ${{ inputs.os }}
5959
strategy:
6060
fail-fast: false

.github/workflows/python_hosted_runner_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757
default: '{}'
5858
jobs:
5959
build:
60-
name: "PySpark test on macos: ${{ matrix.modules }}"
60+
name: "Build modules: ${{ matrix.modules }}"
6161
runs-on: ${{ inputs.os }}
6262
timeout-minutes: 150
6363
strategy:

0 commit comments

Comments
 (0)