-
Notifications
You must be signed in to change notification settings - Fork 201
[tests-only][full-ci] run tests on kubernetes #11152
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
base: master
Are you sure you want to change the base?
Conversation
4610431
to
3a5adb8
Compare
8b8e271
to
0136bee
Compare
7cac7bc
to
dded2bd
Compare
dded2bd
to
21e530f
Compare
"services": [ | ||
{ | ||
"name": "k3d", | ||
"image": "ghcr.io/k3d-io/k3d:5-dind", |
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.
"image": "ghcr.io/k3d-io/k3d:5-dind", | |
"image": "ghcr.io/k3d-io/k3d:5-dind", | |
"privileged": True, |
Doesn't the privileged flag need to go to service configuration?
See working example from ocis-charts repo: https://github.com/owncloud/ocis-charts/blob/main/.drone.star#L158-L170
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.
yeah, true
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.
Updated the privileged config but still same error:
https://drone.owncloud.com/owncloud/ocis/45082
linter: untrusted repositories cannot enable privileged mode
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 believe this is something DevOps can enable.
Drone privileged mode: https://docs.drone.io/pipeline/docker/syntax/steps/#:~:text=Privileged%20Mode,access%20to%20your%20host%20machine.
Possible solution: https://docs.drone.io/cli/repo/drone-repo-update/
Privilege mode comes with the risk though.
Signed-off-by: Saw-jan <[email protected]>
Updated the privileged config but still same error:
|
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: