Skip to content

Commit

Permalink
Merge pull request #187 from jsafrane/add-rwop-tests
Browse files Browse the repository at this point in the history
STOR-1464: Enable RWOP tests in CI
  • Loading branch information
openshift-merge-bot[bot] committed Mar 7, 2024
2 parents 74590de + 0dbd0c9 commit 0063f04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions legacy/aws-ebs-csi-driver-operator/test/e2e/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ DriverInfo:
topology: true
multipods: true
multiplePVsSameID: true
readWriteOncePod: true
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ DriverInfo:
topology: true
multipods: true
multiplePVsSameID: true
readWriteOncePod: true
Timeouts:
PodStart: 15m
PodDelete: 15m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ DriverInfo:
# Snapshots are not supported in this release
snapshotDataSource: false
multiplePVsSameID: true
readWriteOncePod: true

0 comments on commit 0063f04

Please sign in to comment.