Skip to content

Commit

Permalink
[CI] Cleanup stale logs for auto-tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed May 28, 2021
1 parent 4344540 commit f7892ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/scripts/task_python_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ rm -rf docs/gen_modules
rm -rf docs/doxygen

# prepare auto scheduler tutorials
rm -rf tutorials/auto_scheduler/*.json
find tutorials -type f -path "*.json" | xargs rm -f
cp -f tutorials/auto_scheduler/ci_logs/*.json tutorials/auto_scheduler
cp -f tutorials/auto_scheduler/ci_logs/*.json tutorials/get_started

# remove stale tutorials and always build from scratch.
rm -rf docs/tutorials
Expand Down

0 comments on commit f7892ae

Please sign in to comment.