From 9b2c05affc79e61d0698f8dbc3b19ad0d000d31d Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Thu, 21 Jan 2021 14:30:24 +0100 Subject: [PATCH] ipatests: fix discrepancies in nightly defs - Build is using a prio of 100 while tests use 50, use consistent values - fix the requires for test_installation_client Reviewed-By: Armando Neto --- ipatests/prci_definitions/nightly_latest.yaml | 4 ++-- ipatests/prci_definitions/nightly_latest_selinux.yaml | 4 ++-- ipatests/prci_definitions/nightly_latest_testing.yaml | 2 +- ipatests/prci_definitions/nightly_latest_testing_selinux.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 17967c2c5..7fbd32e4e 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1536,7 +1536,7 @@ jobs: fedora-latest/test_membermanager: requires: [fedora-latest/build] - priority: 100 + priority: 50 job: class: RunPytest args: @@ -1596,7 +1596,7 @@ jobs: fedora-latest/test_adtrust_install: requires: [fedora-latest/build] - priority: 100 + priority: 50 job: class: RunPytest args: diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index f0bc48c25..92e2105cc 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -1657,7 +1657,7 @@ jobs: fedora-latest/test_membermanager: requires: [fedora-latest/build] - priority: 100 + priority: 50 job: class: RunPytest args: @@ -1722,7 +1722,7 @@ jobs: fedora-latest/test_adtrust_install: requires: [fedora-latest/build] - priority: 100 + priority: 50 job: class: RunPytest args: diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index cc0d83533..6c985c40a 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1188,7 +1188,7 @@ jobs: topology: *master_1repl_1client testing-fedora/test_installation_client: - requires: [fedora-latest/build] + requires: [testing-fedora/build] priority: 50 job: class: RunPytest diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml index 8983ee24b..4ca0e6a39 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -1275,7 +1275,7 @@ jobs: topology: *master_1repl_1client testing-fedora/test_installation_client: - requires: [fedora-latest/build] + requires: [testing-fedora/build] priority: 50 job: class: RunPytest