Lines Matching full:latest
5 """Script to clear lock directories for latest builds; rescheduling tests.
7 Running this script will remove all test locks for the latest builds of every
9 next time Test Scheduler runs. The latest build is determined by the contents of
10 the LATEST file in each board directory.
18 <board_0>\LATEST
28 <board_n>\LATEST
79 latest_path = os.path.join(board, 'LATEST')
81 # Make sure directory contains a LATEST file.
87 # Make sure LATEST file points to a valid build.
91 # Remove test locks in latest build directory.