Hi,
2 new labels have been added to the list of possible PR labels [1] on
the freeipa repository stored in github. They are used for the nightly PRs.
CI-infra issue
--------------
added when the nightly PR tests failed because of an infrastructure
issue (for instance "Failed to publish artifacts" or "Process vagrant up
exited with error code 1")
known-failure
-------------
added when one/multiple test(s) failed and all the failures were triaged:
- if caused by infrastructure issue, the label "CI-infra issue" must be
added to the PR.
- for any other reason, either a ticket already exists (bug or test
bug), or a new ticket with tag "test-failure" has been created to
investigate the root cause. The PR comments should contain a link to the
ticket(s).
Thanks,
flo
[1] https://github.com/freeipa/freeipa/labels
URL: https://github.com/freeipa/freeipa/pull/3294
Author: tiran
Title: #3294: Increase default debug level of certmonger
Action: opened
PR body:
"""
By default certmonger does not log operations. With debug level 2,
certmonger logs errors and operations to journald. An increased debug
level makes it easier to investigate problems.
Fixes: https://pagure.io/freeipa/issue/7986
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3294/head:pr3294
git checkout pr3294
URL: https://github.com/freeipa/freeipa/pull/3299
Author: tiran
Title: #3299: Replace PYTHONSHEBANG with valid shebang
Action: opened
PR body:
"""
Replace the @PYTHONSHEBANG@ substitution with a valid #!/usr/bin/python3
shebang. This turns Python .in files into valid Python files. The files
can now be checked with pylint and IDEs recognize the files as Python
files.
The shebang is still replaced with "#!$(PYTHON) -E" to support
platform-python.
Related: https://pagure.io/freeipa/issue/7984
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3299/head:pr3299
git checkout pr3299
URL: https://github.com/freeipa/freeipa/pull/3293
Author: frasertweedale
Title: #3293: [Backport][ipa-4-7] Fix Pytest4.x warnings
Action: opened
PR body:
"""
This PR was opened automatically because PR #3284 was pushed to master and backport to ipa-4-7 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3293/head:pr3293
git checkout pr3293