spark-instrumented-optimizer/.github/workflows
Hyukjin Kwon d478cff8bb [SPARK-35620][BUILD][PYTHON] Remove documentation build in Python linter
### What changes were proposed in this pull request?

This PR proposes to remove PySpark documentation build in linter check because:

- to speed up CI build by removing duplicate documentation build (linter and doc build)
- for https://github.com/apache/spark/pull/32726. With this PR PySpark documentation build requires a full Spark build to generate plot images in PySpark documentation. It makes less sense to require it in Python linter.
- to remove unnecessary dependency installation for Python linter in CI

### Why are the changes needed?

Python linter script includes documentation build. Because of this, we run documentation builds duplicately in CI, and requires unnecessary dependencies to be installed, and takes extra time. It would more make sense to exclude this in Python linter.

### Does this PR introduce _any_ user-facing change?

No, dev-only.

### How was this patch tested?

Manually tested, and it will be tested in CI.

Closes #32760 from HyukjinKwon/SPARK-35620.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
2021-06-03 12:48:30 +09:00
..
benchmark.yml [SPARK-35302][INFRA] Benchmark workflow should create new files for new benchmarks 2021-05-04 19:02:52 +09:00
build_and_test.yml [SPARK-35620][BUILD][PYTHON] Remove documentation build in Python linter 2021-06-03 12:48:30 +09:00
cancel_duplicate_workflow_runs.yml [SPARK-34053][INFRA][FOLLOW-UP] Disables canceling push/schedule workflows 2021-01-12 23:10:20 +09:00
labeler.yml [SPARK-35101][INFRA] Add GitHub status check in PR instead of a comment 2021-04-18 11:33:42 +09:00
notify_test_workflow.yml [SPARK-35120][INFRA][FOLLOW-UP] Try catch an error to show the correct guidance 2021-04-21 13:32:04 +08:00
publish_snapshot.yml [BUILD][MINOR] Do not publish snapshots from forks 2020-12-23 00:22:42 +09:00
stale.yml [SPARK-30173] Tweak stale PR message 2020-01-07 08:34:59 -06:00
test_report.yml [SPARK-34874][INFRA] Recover test reports for failed GA builds 2021-03-26 18:12:28 +09:00
update_build_status.yml [SPARK-35575][INFRA] Recover updating build status in GitHub Actions 2021-05-31 19:29:54 +09:00