This is an automated email from the ASF dual-hosted git repository.
gaogaotiantian 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 9b7d3dcb1a52 [SPARK-58009][INFRA] Add build/test irrelevant files to
`dev_tools` module
9b7d3dcb1a52 is described below
commit 9b7d3dcb1a528ad29fee3bf43260bd03f7c78da2
Author: Tian Gao <[email protected]>
AuthorDate: Mon Jul 13 16:40:09 2026 -0700
[SPARK-58009][INFRA] Add build/test irrelevant files to `dev_tools` module
### What changes were proposed in this pull request?
Add some build/test irrelevant files to `dev_tools` module.
### Why are the changes needed?
So changes to these files won't trigger a full build in CI.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #57090 from gaogaotiantian/extra-files-to-ignore.
Authored-by: Tian Gao <[email protected]>
Signed-off-by: Tian Gao <[email protected]>
---
dev/sparktestsupport/modules.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 33049885102c..a3959712b5c6 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -1726,12 +1726,17 @@ dev_tools = Module(
"scalastyle-config.xml",
"dev/checkstyle.xml",
"dev/checkstyle-suppressions.xml",
+ "dev/create_jira_and_branch.py",
+ "dev/create_spark_jira.py",
"dev/spark-test-image/lint/Dockerfile",
"dev/lint-python",
"dev/lint-scala",
"dev/reformat-python",
"dev/structured_logging_style.py",
+ "dev/make-distribution.sh",
"dev/merge_spark_pr.py",
+ "dev/requirements.txt",
+ "dev/pr_merge_status.py",
"dev/create_spark_jira.py",
"dev/create-release/",
],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]