diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index abcf8c5b634..80656690080 120000 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -1 +1 @@ -ipatests/prci_definitions/gating.yaml \ No newline at end of file +ipatests/prci_definitions/temp_commit.yaml \ No newline at end of file diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index 35b8568922b..35659af6c12 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -53,22 +53,22 @@ jobs: job: class: Build args: - git_repo: '{git_repo}' - git_refspec: '{git_refspec}' + git_repo: "{git_repo}" + git_refspec: "{git_refspec}" template: &ci-master-latest name: freeipa/ci-master-f37 version: 0.0.2 timeout: 1800 topology: *build - fedora-latest/temp_commit: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_REPLACEME.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client +fedora-latest/test_webui_service: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: "{fedora-latest/build_url}" + test_suite: test_webui/test_service.py + template: *ci-master-latest + timeout: 2400 + topology: *ipaserver