Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rcritten committed Nov 14, 2023
1 parent 159d1f5 commit 614fdaa
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .freeipa-pr-ci.yaml
31 changes: 29 additions & 2 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,35 @@ jobs:
job:
class: RunPytest
args:
copr: 'rcritten/freeipa-healthcheck'
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_REPLACEME.py
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck
template: *ci-master-latest
timeout: 3600
timeout: 6300
topology: *master_1repl_1client

fedora-latest/temp_commit2:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
copr: 'rcritten/freeipa-healthcheck'
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCLI
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-latest/temp_commit3:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
copr: 'rcritten/freeipa-healthcheck'
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
template: *ci-master-latest
timeout: 7200
topology: *master_2repl_1client

0 comments on commit 614fdaa

Please sign in to comment.