Skip to content

Commit

Permalink
testing dnf install
Browse files Browse the repository at this point in the history
  • Loading branch information
f-trivino committed May 28, 2020
1 parent bc9f3e0 commit b52ea95
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .freeipa-pr-ci.yaml
39 changes: 29 additions & 10 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#
# Template for temporary test commit
#
# $ ln -sf ipatests/prci_definitions/temp_commit.yaml .freeipa-pr-ci.yaml
#

topologies:
build: &build
name: build
Expand Down Expand Up @@ -61,14 +55,39 @@ jobs:
timeout: 1800
topology: *build

fedora-latest/temp_commit:
fedora-latest/test_backup_and_restore_TestBackupAndRestoreWithDNSSEC:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreWithDNSSEC
template: *ci-master-latest
timeout: 7200
topology: *master_1repl

fedora-latest/test_backup_and_restore_TestBackupReinstallRestoreWithDNS:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_REPLACEME.py
test_suite: test_integration/test_backup_and_restore.py::TestBackupReinstallRestoreWithDNS
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client
timeout: 7200
topology: *master_1repl

fedora-latest/test_backup_and_restore_TestBackupAndRestoreTrust:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_backup_and_restore.py::TestBackupAndRestoreTrust
template: *ci-master-latest
timeout: 7200
topology: *master_1repl

0 comments on commit b52ea95

Please sign in to comment.