Skip to content

Commit

Permalink
OBS: Tests with status unknown are not done yet
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbkr committed Nov 1, 2022
1 parent 4e4fd45 commit 37e341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OBS.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ method process-worklist() is serial-dedup {

if DB::CITest.^all.grep({
$_.platform-test-set.id == $running-pts.id &&
$_.status (DB::NOT_STARTED, DB::IN_PROGRESS) &&
$_.status (DB::NOT_STARTED, DB::IN_PROGRESS, DB::UNKNOWN) &&
!$_.superseded
}) == 0
&& DateTime.now - $running-pts.obs-started-at >= config.obs-min-run-duration {
Expand Down

0 comments on commit 37e341b

Please sign in to comment.