This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 00c749768843 [SPARK-45978][INFRA] Skip unidoc step in
`docker-integration-tests` GitHub Action job
00c749768843 is described below
commit 00c7497688439318fa9fb529c8863364ab2d3cbb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Nov 17 10:21:03 2023 -0800
[SPARK-45978][INFRA] Skip unidoc step in `docker-integration-tests` GitHub
Action job
### What changes were proposed in this pull request?
This PR aims to skip `unidoc` step from docker-integration-tests GitHub
Action job because we have a full doc generation job already.
### Why are the changes needed?
Save the GitHub Action resources and to mitigate the flakiness of
docker-integratoin-tests.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #43875 from dongjoon-hyun/SPARK-45978.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index f8cc08825692..96d2b5fcc231 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -930,6 +930,7 @@ jobs:
GITHUB_PREV_SHA: ${{ github.event.before }}
SPARK_LOCAL_IP: localhost
ORACLE_DOCKER_IMAGE_NAME: gvenzl/oracle-free:23.3
+ SKIP_UNIDOC: true
SKIP_MIMA: true
SKIP_PACKAGING: true
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]