You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request shows unexpected jobs there pending forever. The image below shows a pull request willing to test 389ds jobs, but several jobs are targeting fedora-latest:
Background behind this behaviour
The yaml file where tests are defined is downloaded from:
If PR-CI fails to fetch a file from that URL then it falls back to the same file but from pull request's base branch, thus master branch for most of the cases.
That is intentional, so gating jobs are executed if PR's author don't change the content of .freeipa-pr-ci.yaml.
However, PR-CI might fail to fetch that file because of various reasons, such as a Github outage or network issue in our infrastructure.
# If the file doesn't exist in the commit, we'll get in from the
# base branch
# Actually, this branch should never be executed...
What should I do?
You can safely ignore those tests, if runners are ignoring them it's because they are not part of the expected tests definition file. (Optional: You can force-push your changes again to remove them from Github UI.)
The text was updated successfully, but these errors were encountered:
Problem
Pull request shows unexpected jobs there pending forever. The image below shows a pull request willing to test
389ds
jobs, but several jobs are targetingfedora-latest
:Background behind this behaviour
The yaml file where tests are defined is downloaded from:
If PR-CI fails to fetch a file from that URL then it falls back to the same file but from pull request's base branch, thus
master
branch for most of the cases.That is intentional, so gating jobs are executed if PR's author don't change the content of
.freeipa-pr-ci.yaml
.However, PR-CI might fail to fetch that file because of various reasons, such as a Github outage or network issue in our infrastructure.
freeipa-pr-ci/github/internals/entities.py
Lines 468 to 471 in 47c117a
What should I do?
You can safely ignore those tests, if runners are ignoring them it's because they are not part of the expected tests definition file. (Optional: You can force-push your changes again to remove them from Github UI.)
The text was updated successfully, but these errors were encountered: