Skip to content

Commit

Permalink
Delete pytest-results as part of CI workspace preparation. (#8594)
Browse files Browse the repository at this point in the history
* Otherwise, stale pytest-results could appear in builds.
  • Loading branch information
areusch authored Jul 30, 2021
1 parent 22c7d61 commit ff71773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/task_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ python3 -m pip install --user tlcpack-sphinx-addon==0.2.1 synr==0.3.0
# Jenkinsfile. We expect config.cmake to be present from pack_lib().
# TODO(areusch): Make pack_lib() pack all the data dependencies of TVM.
(cd build && cmake .. && make standalone_crt)

# Ensure no stale pytest-results remain from a previous test run.
(cd build && rm -rf pytest-results)

0 comments on commit ff71773

Please sign in to comment.