Skip to content

Commit 1d36b89

Browse files
[SPARK-7721][INFRA][FOLLOW-UP] Remove cloned coverage repo after posting HTMLs
## What changes were proposed in this pull request? This PR proposes to remove cloned `pyspark-coverage-site` repo. it doesn't looks a problem in PR builder but somehow it's problematic in `spark-master-test-sbt-hadoop-2.7`. ## How was this patch tested? Jenkins. Closes apache#23729 from HyukjinKwon/followup-coverage. Lead-authored-by: Hyukjin Kwon <[email protected]> Co-authored-by: shane knapp <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
1 parent 67042e9 commit 1d36b89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/run-tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ def post_python_tests_results():
469469
run_cmd(["git", "push", "-f", "origin", "gh-pages"])
470470
finally:
471471
os.chdir("..")
472+
# 10. Remove the cloned repository.
473+
shutil.rmtree("pyspark-coverage-site")
472474

473475

474476
def run_python_packaging_tests():

0 commit comments

Comments
 (0)