We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51dbf9f + 93fb9f5 commit a802d1dCopy full SHA for a802d1d
lib/OpenQA/Task/Job/Limit.pm
@@ -53,7 +53,7 @@ sub _limit ($job, $args = undef) {
53
54
my $groups = $schema->resultset('JobGroups');
55
my $gru = $app->gru;
56
- my %options = (priority => 0, ttl => 2 * ONE_DAY);
+ my %options = (priority => -20, ttl => 2 * ONE_DAY);
57
while (my $group = $groups->next) {
58
my $preserved_important_jobs;
59
$group->limit_results_and_logs(\$preserved_important_jobs);
0 commit comments