mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 <abiagion@redhat.com>
This commit is contained in:
parent
ce2e41ab6e
commit
9b2c05affc
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user