-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Run s3 tests again #27198
Run s3 tests again #27198
Conversation
juliusknorr
commented
May 28, 2021
•
edited
Loading
edited
- reenable s3/azure tests
- check for alternatives to fake-s3 as it does not support multipart uploads -> using minio now
Signed-off-by: Julius Härtl <[email protected]>
c941251
to
85e5580
Compare
Signed-off-by: Julius Härtl <[email protected]>
8ba917a
to
55cabef
Compare
@@ -2117,13 +2117,23 @@ kind: pipeline | |||
name: object-store-s3 | |||
|
|||
steps: | |||
- name: minio | |||
image: ghcr.io/nextcloud/continuous-integration-minio:latest | |||
detach: 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.
Needed to move this to a detached step to properly pass the commands starting the server
/backport to stable22 |
/backport to stable21 |
/backport to stable20 |
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.
Error seems unrelated