forked from freeipa/freeipa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.freeipa-pr-ci.yaml
46 lines (43 loc) · 1.13 KB
/
.freeipa-pr-ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
jobs:
fedora-26/build:
requires: []
priority: 100
job:
class: Build
args:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-f26
name: freeipa/ci-master-f26
version: 0.1.7
timeout: 1800
fedora-26/simple_replication:
requires: [fedora-26/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-26/build_url}'
test_suite: test_integration/test_simple_replication.py
template: *ci-master-f26
timeout: 3600
fedora-26/caless:
requires: [fedora-26/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-26/build_url}'
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
template: *ci-master-f26
timeout: 3600
fedora-26/external_ca:
requires: [fedora-26/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-26/build_url}'
test_suite: test_integration/test_external_ca.py::TestExternalCA
template: *ci-master-f26
timeout: 3600