Skip to content

Commit

Permalink
Testing PKI nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
f-trivino committed Dec 19, 2018
1 parent 7c0b0f3 commit 59071e3
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .freeipa-pr-ci.yaml
54 changes: 54 additions & 0 deletions ipatests/prci_definitions/pki_master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
topologies:
build: &build
name: build
cpu: 2
memory: 3800
master_1repl: &master_1repl
name: master_1repl
cpu: 4
memory: 6450
master_1repl_1client: &master_1repl_1client
name: master_1repl_1client
cpu: 4
memory: 7400

jobs:
fedora-29/build:
requires: []
priority: 100
job:
class: Build
args:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-f29
name: ftrivino/ci-master-f29
version: 0.0.0
timeout: 1800
topology: *build

fedora-29/external_ca_1:
requires: [fedora-29/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-29/build_url}'
test_suite: test_integration/test_external_ca.py::TestExternalCA
template: *ci-master-f29
timeout: 4800
topology: *master_1repl_1client
update_packages: True

fedora-29/external_ca_2:
requires: [fedora-29/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-29/build_url}'
test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall
template: *ci-master-f29
timeout: 3600
topology: *master_1repl
update_packages: True

0 comments on commit 59071e3

Please sign in to comment.