-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci/cirrus: enable some rootless tests on cs9 #3553
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kolyshkin
force-pushed
the
moar-ci
branch
2 times, most recently
from
August 10, 2022 23:41
9c48f48
to
8a38b7b
Compare
Need to figure out the reason of failures, but currently don't have enough time. |
kolyshkin
force-pushed
the
moar-ci
branch
8 times, most recently
from
May 18, 2023 00:09
8552107
to
145d03a
Compare
kolyshkin
added
the
backport/1.1-todo
A PR in main branch which needs to be backported to release-1.1
label
Jun 7, 2023
Filter out rdma controller since systemd is unable to delegate it. Similar to commits 0527271 and 601cf58. Signed-off-by: Kir Kolyshkin <[email protected]>
Rename CGROUP_PATH to CGROUP_V2_PATH so it is more clear that it can only be used for CGROUP_V2, and to resolve ambiguity with CGROUP_PATH variable used in tests/rootless.sh. Signed-off-by: Kir Kolyshkin <[email protected]>
We were not running localrootlessintegration test on CentOS Stream 9 because of some failures fixed by previous commits. Enable rootless integration with both systemd and fs drivers. Signed-off-by: Kir Kolyshkin <[email protected]>
thaJeztah
approved these changes
Jun 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
AkihiroSuda
approved these changes
Jun 10, 2023
kolyshkin
added
backport/1.1-done
A PR in main branch which has been backported to release-1.1
and removed
backport/1.1-todo
A PR in main branch which needs to be backported to release-1.1
labels
Jun 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We were not running localrootlessintegration test on CentOS Stream 9
because of some failures.
Fix those, and enable rootless integration with both systemd and fs drivers.
Amends: #3427