[Freeipa-devel] [freeipa PR#4515][opened] [testing_master_latest] Nightly PR

2020-04-10 Thread freeipa-pr-ci via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4515 Author: freeipa-pr-ci Title: #4515: [testing_master_latest] Nightly PR 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/4515/head:pr4515 git

[Freeipa-devel] [freeipa PR#4511][closed] [testing_master_latest] Nightly PR

2020-04-10 Thread freeipa-pr-ci via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4511 Author: freeipa-pr-ci Title: #4511: [testing_master_latest] Nightly PR Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4511/head:pr4511 git checkout pr4511 __

[Freeipa-devel] [freeipa PR#4514][opened] ipatests: increase test_webui_server timeout

2020-04-10 Thread fcami via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/4514 Author: fcami Title: #4514: ipatests: increase test_webui_server timeout Action: opened PR body: """ test_webui_server tends to take more than 3600s to run. Increase timeout to 7200s. Fixes: https://pagure.io/freeipa/issue/8266 """ To pu