From 991d508a5c9ec6b19e9a937864fd24b765dff7f2 Mon Sep 17 00:00:00 2001 From: Francisco Trivino Date: Tue, 10 Sep 2019 11:34:25 +0200 Subject: prci: increase gating tasks priority Sometimes the gating tasks (build and jobs) are blocked because of nightly regression remaining tasks are in progress. The reason is because nightly regressions are not finished or they are re-triggered during day-time. Gating tasks are blocked because they have same priority than nightly tasks. This commit increases gating tasks priority so the testing of pull requests will not be blocked anymore. Reviewed-By: Florence Blanc-Renaud --- ipatests/prci_definitions/gating.yaml | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index ae983e174..692dc9129 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -19,7 +19,7 @@ topologies: jobs: fedora-30/build: requires: [] - priority: 100 + priority: 150 job: class: Build args: @@ -33,7 +33,7 @@ jobs: fedora-30/test_installation_TestInstallMaster: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -45,7 +45,7 @@ jobs: fedora-30/simple_replication: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -57,7 +57,7 @@ jobs: fedora-30/caless: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -69,7 +69,7 @@ jobs: fedora-30/external_ca_1: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -81,7 +81,7 @@ jobs: fedora-30/external_ca_2: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -93,7 +93,7 @@ jobs: fedora-30/external_ca_templates: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -105,7 +105,7 @@ jobs: fedora-30/test_topologies: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -117,7 +117,7 @@ jobs: fedora-30/test_sudo: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -129,7 +129,7 @@ jobs: fedora-30/test_commands: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -141,7 +141,7 @@ jobs: fedora-30/test_kerberos_flags: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -153,7 +153,7 @@ jobs: fedora-30/test_forced_client_enrolment: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -165,7 +165,7 @@ jobs: fedora-30/test_advise: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -177,7 +177,7 @@ jobs: fedora-30/test_testconfig: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -189,7 +189,7 @@ jobs: fedora-30/test_service_permissions: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -201,7 +201,7 @@ jobs: fedora-30/test_netgroup: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -213,7 +213,7 @@ jobs: fedora-30/test_authconfig: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -225,7 +225,7 @@ jobs: fedora-30/test_smb: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunADTests args: @@ -237,7 +237,7 @@ jobs: fedora-30/replica_promotion: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: @@ -249,7 +249,7 @@ jobs: fedora-30/dnssec: requires: [fedora-30/build] - priority: 50 + priority: 100 job: class: RunPytest args: -- cgit