Skip to content
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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