Skip to content

Commit

Permalink
[DPE-5216] S3 integration (#98)
Browse files Browse the repository at this point in the history
* feat: Port VM s3 integration

* fix: Pin rdps-py

* ci: Add backup integration test to CI run

* tests: Add missing OCI image to zk deploy call

* fix: Fix import in integration test

* chore: Format

* fix: Pin self-signed-certificates to rev 163

* fix: Make s3 integration optional

* fix: Remove placeholder actions

* refactor: Add stubs module w/ S3ConnectionInfo
  • Loading branch information
Batalex authored Sep 3, 2024
1 parent 5344d9b commit 3aa8820
Show file tree
Hide file tree
Showing 24 changed files with 2,583 additions and 633 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- integration-password-rotation
- integration-provider
- integration-tls
- integration-backup
- integration-replication
name: ${{ matrix.tox-environments }}
needs:
Expand Down
3 changes: 3 additions & 0 deletions actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ pre-upgrade-check:

resume-upgrade:
description: Resume a rolling upgrade after asserting successful upgrade of a new revision.

create-backup:
description: TODO. This action is only used for testing at the moment.
Loading

0 comments on commit 3aa8820

Please sign in to comment.