-
Notifications
You must be signed in to change notification settings - Fork 54
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
s3proxy: add initial e2e tests #2527
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
✅ Deploy Preview for constellation-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
daniel-weisse
approved these changes
Oct 27, 2023
derpsteb
force-pushed
the
feat/s3proxy/e2e-mint
branch
from
November 1, 2023 08:56
4ceb0ea
to
1231a5d
Compare
thomasten
reviewed
Nov 1, 2023
derpsteb
force-pushed
the
feat/s3proxy/e2e-mint
branch
7 times, most recently
from
November 2, 2023 16:45
a07fa34
to
f0da1a4
Compare
derpsteb
force-pushed
the
feat/s3proxy/e2e-mint
branch
from
November 3, 2023 06:47
f0da1a4
to
aef226b
Compare
thomasten
reviewed
Nov 3, 2023
derpsteb
force-pushed
the
feat/s3proxy/e2e-mint
branch
from
November 3, 2023 10:07
aef226b
to
3bbc1ce
Compare
thomasten
approved these changes
Nov 3, 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.
please also update s3proxy.md for version-2.12 docs
derpsteb
force-pushed
the
feat/s3proxy/e2e-mint
branch
from
November 3, 2023 16:01
3bbc1ce
to
d427372
Compare
derpsteb
force-pushed
the
feat/s3proxy/e2e-mint
branch
from
November 3, 2023 16:03
d427372
to
39ea865
Compare
Ignoring link checker as the missing page is accessible atm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Context
Followup for #2524.
In comparison to earlier, mino/mint isn't vendored anymore. We now forked mint. The changes to upstream can be seen here: edgelesssys/mint#1.
Proposed change(s)
deploy.sh
script to start a job using mint and wait for it's completion. This executes tests inside the cluster.e2e_s3proxy
action that relies on deploy script to execute tests as part of the CI.e2e-test-manual
workflow to triggere2e_s3proxy
action.clear.sh
script to remove left-over buckets from tests.Additional info
Checklist