Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Cleanup stale logs for auto-tuning #8160

Merged
merged 1 commit into from
May 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/scripts/task_python_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ rm -rf docs/doxygen

# prepare auto scheduler tutorials
rm -rf tutorials/auto_scheduler/*.json
rm -rf tutorials/get_started/*.json
cp -f tutorials/auto_scheduler/ci_logs/*.json tutorials/auto_scheduler
cp -f tutorials/auto_scheduler/ci_logs/*.json tutorials/get_started
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this line?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the particular flaky error was tune matmul in get started, the tutorial get moved over there, so we need some log to help prevent flaky issue

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in tune_matmul, it produces its own log file, no? that's why the target with new default option caused troubles in CI.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is for the case where you get too few rounds but no valid record i believe


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