URL: https://github.com/freeipa/freeipa/pull/5468
Author: flo-renaud
 Title: #5468: ipatests: fix discrepancies in nightly defs
Action: opened

PR body:
"""
- Build is using a prio of 100 while tests use 50, use consistent
values

Signed-off-by: Florence Blanc-Renaud <f...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5468/head:pr5468
git checkout pr5468
From 88fca9f9da1775f03710f725631fab9c1be0a7d1 Mon Sep 17 00:00:00 2001
From: Florence Blanc-Renaud <f...@redhat.com>
Date: Fri, 22 Jan 2021 18:32:01 +0100
Subject: [PATCH] ipatests: fix discrepancies in nightly defs

- Build is using a prio of 100 while tests use 50, use consistent
values

Signed-off-by: Florence Blanc-Renaud <f...@redhat.com>
---
 ipatests/prci_definitions/gating.yaml          | 12 ++++++------
 ipatests/prci_definitions/nightly_ipa-4-6.yaml |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml
index 2bc635aec00..8cb87fc1494 100644
--- a/ipatests/prci_definitions/gating.yaml
+++ b/ipatests/prci_definitions/gating.yaml
@@ -15,7 +15,7 @@ topologies:
 jobs:
   fedora-27/build:
     requires: []
-    priority: 100
+    priority: 150
     job:
       class: Build
       args:
@@ -29,7 +29,7 @@ jobs:
 
   fedora-27/simple_replication:
     requires: [fedora-27/build]
-    priority: 50
+    priority: 100
     job:
       class: RunPytest
       args:
@@ -41,7 +41,7 @@ jobs:
 
   fedora-27/test_caless_TestServerReplicaCALessToCAFull:
     requires: [fedora-27/build]
-    priority: 50
+    priority: 100
     job:
       class: RunPytest
       args:
@@ -53,7 +53,7 @@ jobs:
 
   fedora-27/test_external_ca_TestExternalCA:
     requires: [fedora-27/build]
-    priority: 50
+    priority: 100
     job:
       class: RunPytest
       args:
@@ -65,7 +65,7 @@ jobs:
 
   fedora-27/test_commands:
     requires: [fedora-27/build]
-    priority: 50
+    priority: 100
     job:
       class: RunPytest
       args:
@@ -77,7 +77,7 @@ jobs:
 
   fedora-27/test_dnssec_TestInstallDNSSECFirst:
     requires: [fedora-27/build]
-    priority: 50
+    priority: 100
     job:
       class: RunPytest
       args:
diff --git a/ipatests/prci_definitions/nightly_ipa-4-6.yaml b/ipatests/prci_definitions/nightly_ipa-4-6.yaml
index eebc200a158..6019fa536cf 100644
--- a/ipatests/prci_definitions/nightly_ipa-4-6.yaml
+++ b/ipatests/prci_definitions/nightly_ipa-4-6.yaml
@@ -1209,7 +1209,7 @@ jobs:
 
   fedora-27/test_adtrust_install:
     requires: [fedora-27/build]
-    priority: 100
+    priority: 50
     job:
       class: RunPytest
       args:
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org

Reply via email to