-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cirrus: pick UIDs/GIDs starting at 1500, not 1000 #15574
Cirrus: pick UIDs/GIDs starting at 1500, not 1000 #15574
Conversation
Reason: looks like UIDs 1001, 1003, 1006 are already taken in the CI VMs. Fixes: containers#15573 Signed-off-by: Ed Santiago <[email protected]>
@@ -158,9 +158,9 @@ setup_rootless() { | |||
msg "************************************************************" | |||
cd $GOSRC || exit 1 | |||
# Guarantee independence from specific values | |||
rootless_uid=$[RANDOM+1000] |
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.
I don't know the dollar-bracket syntax, and it's not in bash(1), so I went with something more standard.
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
Restarted the flaked job.
@containers/podman-maintainers PTAL
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Seen just now on a community-contributor PR: https://cirrus-ci.com/task/4541334630432768?logs=setup#L180 mergeme please |
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
Reason: looks like UIDs 1001, 1003, 1006 are already taken
in the CI VMs.
Fixes: #15573
Signed-off-by: Ed Santiago [email protected]