Skip to content

Commit

Permalink
Implement a per-file retry mechanism in the BuiltinBackupEngine (#1…
Browse files Browse the repository at this point in the history
…7271)

Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Dec 9, 2024
1 parent 9b71606 commit 63dfb9e
Show file tree
Hide file tree
Showing 20 changed files with 1,782 additions and 406 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cluster_endtoend_21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ jobs:
# install JUnit report formatter
go install github.com/vitessio/go-junit-report@HEAD
- name: Install Minio
if: steps.skip-workflow.outputs.skip-workflow == 'false'
run: |
wget https://dl.min.io/server/minio/release/linux-amd64/minio
chmod +x minio
mv minio /usr/local/bin
- name: Setup launchable dependencies
if: steps.skip-workflow.outputs.is_draft == 'false' && steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' && github.base_ref == 'main'
run: |
Expand Down
Loading

0 comments on commit 63dfb9e

Please sign in to comment.