Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-renaud committed Oct 6, 2023
1 parent 4571cfa commit 6ebeec7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .freeipa-pr-ci.yaml
20 changes: 17 additions & 3 deletions ipatests/prci_definitions/temp_commit.yaml
Expand Up @@ -61,14 +61,28 @@ jobs:
timeout: 1800
topology: *build

fedora-latest/temp_commit:
fedora-latest/test_ipahealthcheck:
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_ipahealthcheck.py::TestIpaHealthCheck::test_source_ipahealthcheck_meta_services_check
template: *ci-master-latest
timeout: 3600
timeout: 6300
topology: *master_1repl_1client

testing-fedora/test_ipahealthcheck:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
update_packages: True
enable_testing_repo: True
test_suite: test_integration/test_ipahealthcheck.py::TestIpaHealthCheck::test_source_ipahealthcheck_meta_services_check
template: *ci-master-latest
topology: *master_1repl_1client
timeout: 6300

0 comments on commit 6ebeec7

Please sign in to comment.