mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
prci: use f26 template for master
Switch PR CI testing of master branch to Fedora 26. Signed-off-by: Tomas Krizek <tkrizek@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
a30095b3a6
commit
d88718cadc
@ -1,5 +1,5 @@
|
|||||||
jobs:
|
jobs:
|
||||||
fedora-25/build:
|
fedora-26/build:
|
||||||
requires: []
|
requires: []
|
||||||
priority: 100
|
priority: 100
|
||||||
job:
|
job:
|
||||||
@ -7,28 +7,29 @@ jobs:
|
|||||||
args:
|
args:
|
||||||
git_repo: '{git_repo}'
|
git_repo: '{git_repo}'
|
||||||
git_refspec: '{git_refspec}'
|
git_refspec: '{git_refspec}'
|
||||||
template: &ci-master-f25
|
template: &ci-master-f26
|
||||||
name: freeipa/ci-master-f25
|
name: freeipa/ci-master-f26
|
||||||
version: 0.2.11
|
version: 0.1.2
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
|
|
||||||
fedora-25/simple_replication:
|
fedora-26/simple_replication:
|
||||||
requires: [fedora-25/build]
|
requires: [fedora-26/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
job:
|
job:
|
||||||
class: RunPytest
|
class: RunPytest
|
||||||
args:
|
args:
|
||||||
build_url: '{fedora-25/build_url}'
|
build_url: '{fedora-26/build_url}'
|
||||||
test_suite: test_integration/test_simple_replication.py
|
test_suite: test_integration/test_simple_replication.py
|
||||||
template: *ci-master-f25
|
template: *ci-master-f26
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
|
||||||
fedora-25/caless:
|
fedora-26/caless:
|
||||||
requires: [fedora-25/build]
|
requires: [fedora-26/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
job:
|
job:
|
||||||
class: RunPytest
|
class: RunPytest
|
||||||
args:
|
args:
|
||||||
build_url: '{fedora-25/build_url}'
|
build_url: '{fedora-26/build_url}'
|
||||||
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
||||||
template: *ci-master-f25
|
template: *ci-master-f26
|
||||||
|
timeout: 3600
|
||||||
|
Loading…
Reference in New Issue
Block a user