Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport][ipa-4-8] ipatests: add test_trust suite to nightly runs #4209

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions ipatests/prci_definitions/nightly_ipa-4-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ topologies:
name: ad_master
cpu: 4
memory: 12000
adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
name: adroot_adchild_adtree_master_1client
cpu: 8
memory: 14500

jobs:
fedora-30/build:
Expand Down Expand Up @@ -1456,3 +1460,15 @@ jobs:
template: *ci-master-f30
timeout: 4800
topology: *ad_master

fedora-30/test_trust:
requires: [fedora-30/build]
priority: 50
job:
class: RunADTests
args:
build_url: '{fedora-30/build_url}'
test_suite: test_integration/test_trust.py
template: *ci-master-f30
timeout: 7200
topology: *adroot_adchild_adtree_master_1client
4 changes: 4 additions & 0 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ topologies:
name: ad_master
cpu: 4
memory: 12000
adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client
name: adroot_adchild_adtree_master_1client
cpu: 8
memory: 14500

jobs:
fedora-30/build:
Expand Down