URL: https://github.com/freeipa/freeipa/pull/1957 Author: felipevolpone Title: #1957: Making nigthly test definition editable by FreeIPA contributors Action: opened
PR body: """ Now the test definition of nightly tests will be on freeipa repo. The the definition that's used on every PR (previously as .freeipa-pr-ci.yaml) is in ipatests/prci_definitions/gating and the .freeipa-pr-ci.yaml file is just a symlink to the real file.
In the same dir there is also nightly_master and nightly_rawhide, both to be used in nightly tests.
This PR is the result of the discussion on freeipa-devel mailing list [1].
[1] https://lists.fedoraproject.org/archives/list/freeipa-devel@lists.fedorahost...
PS: This PR depends on [this PR in freeipa-pr-ci](https://github.com/freeipa/freeipa-pr-ci/pull/201) """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1957/head:pr1957 git checkout pr1957
URL: https://github.com/freeipa/freeipa/pull/1957 Author: felipevolpone Title: #1957: Making nigthly test definition editable by FreeIPA contributors Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1957/head:pr1957 git checkout pr1957
freeipa-devel@lists.fedorahosted.org