URL: https://github.com/freeipa/freeipa/pull/6089 Author: netoarmando Title: #6089: Draft: webui selenium webdriver deprecated call Action: opened
PR body: """ None """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6089/head:pr6089 git checkout pr6089
From bd64de93987d33644bee7e8529837fa76d7cad08 Mon Sep 17 00:00:00 2001 From: Armando Neto <abiag...@redhat.com> Date: Wed, 17 Nov 2021 17:25:24 -0300 Subject: [PATCH] temp commit Signed-off-by: Armando Neto <abiag...@redhat.com> --- .freeipa-pr-ci.yaml | 2 +- ipatests/prci_definitions/temp_commit.yaml | 48 +++++++++++++++++----- 2 files changed, 38 insertions(+), 12 deletions(-) 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 4b0398b9218..55d4658a68c 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -47,7 +47,7 @@ topologies: memory: 14500 jobs: - fedora-latest/build: + fedora-latest-f35/build: requires: [] priority: 100 job: @@ -55,20 +55,46 @@ jobs: args: git_repo: '{git_repo}' git_refspec: '{git_refspec}' - template: &ci-master-latest + template: &ci-master-latest-f35 + name: freeipa/ci-master-f35 + version: 0.0.2 + timeout: 1800 + topology: *build + + fedora-latest-f35/test_webui_service: + requires: [fedora-latest-f35/build] + priority: 50 + job: + class: RunWebuiTests + args: + build_url: '{fedora-latest-f35/build_url}' + test_suite: test_webui/test_service.py + template: *ci-master-latest-f35 + timeout: 2400 + topology: *ipaserver + + fedora-latest-f34/build: + requires: [] + priority: 100 + job: + class: Build + args: + git_repo: '{git_repo}' + git_refspec: '{git_refspec}' + template: &ci-master-latest-f34 name: freeipa/ci-master-f34 - version: 0.0.5 + version: 0.0.7 timeout: 1800 topology: *build - fedora-latest/temp_commit: - requires: [fedora-latest/build] + fedora-latest-f34/test_webui_service: + requires: [fedora-latest-f34/build] priority: 50 job: - class: RunPytest + class: RunWebuiTests args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_REPLACEME.py - template: *ci-master-latest - timeout: 3600 - topology: *master_1repl_1client + build_url: '{fedora-latest-f34/build_url}' + test_suite: test_webui/test_service.py + template: *ci-master-latest-f34 + timeout: 2400 + topology: *ipaserver
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure