In my private setup, I have a WPT server and 3 agents. I usually trigger tests to the endpoint runtest.php on server instead from UI. I triggered 10 tests to WPT server. Now I want to trigger a highest priority test that should skip the queue and get executed. Is there any flag to set the priority to a test?
Pass the priority as a test option. i.e. priority=0 is highest, through priority=9 which is the lowest.
1 Like