Skip to content

Commit fec133b

Browse files
andygroveclaude
andauthored
build: Skip CI workflows for changes in benchmarks directory (#3599)
Add `benchmarks/**` to paths-ignore in PR build and Spark SQL test workflows so that changes to benchmark scripts and data do not trigger expensive CI runs. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7c465c4 commit fec133b

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/iceberg_spark_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- main
2828
paths-ignore:
29+
- "benchmarks/**"
2930
- "doc/**"
3031
- "docs/**"
3132
- "**.md"
@@ -34,6 +35,7 @@ on:
3435
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
3536
pull_request:
3637
paths-ignore:
38+
- "benchmarks/**"
3739
- "doc/**"
3840
- "docs/**"
3941
- "**.md"

.github/workflows/pr_build_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- main
2828
paths-ignore:
29+
- "benchmarks/**"
2930
- "doc/**"
3031
- "docs/**"
3132
- "**.md"
@@ -34,6 +35,7 @@ on:
3435
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
3536
pull_request:
3637
paths-ignore:
38+
- "benchmarks/**"
3739
- "doc/**"
3840
- "docs/**"
3941
- "**.md"

.github/workflows/pr_build_macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- main
2828
paths-ignore:
29+
- "benchmarks/**"
2930
- "doc/**"
3031
- "docs/**"
3132
- "**.md"
@@ -34,6 +35,7 @@ on:
3435
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
3536
pull_request:
3637
paths-ignore:
38+
- "benchmarks/**"
3739
- "doc/**"
3840
- "docs/**"
3941
- "**.md"

.github/workflows/spark_sql_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- main
2828
paths-ignore:
29+
- "benchmarks/**"
2930
- "doc/**"
3031
- "docs/**"
3132
- "**.md"
@@ -34,6 +35,7 @@ on:
3435
- "spark/src/test/scala/org/apache/spark/sql/benchmark/**"
3536
pull_request:
3637
paths-ignore:
38+
- "benchmarks/**"
3739
- "doc/**"
3840
- "docs/**"
3941
- "**.md"

0 commit comments

Comments
 (0)