Skip to content

Commit a396766

Browse files
authored
Merge branch 'dev' into PBM-1608-gcs-debug-log-levels
2 parents a570955 + a749501 commit a396766

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

e2e-tests/cmd/pbm-test/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ func run(t *sharded.Cluster, typ testTyp) {
2929
{"GCS_HMAC", "/etc/pbm/gcs_hmac.yaml"},
3030
{"AWS_MinIO", "/etc/pbm/aws_minio.yaml"},
3131
{"Azure", "/etc/pbm/azure.yaml"},
32+
{"OSS", "/etc/pbm/oss.yaml"},
3233
{"FS", "/etc/pbm/fs.yaml"},
3334
}
3435

e2e-tests/cmd/pbm-test/run_physical.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func runPhysical(t *sharded.Cluster, typ testTyp) {
2020
{"GCS_HMAC", "/etc/pbm/gcs_hmac.yaml"},
2121
{"AWS_MinIO", "/etc/pbm/aws_minio.yaml"},
2222
{"Azure", "/etc/pbm/azure.yaml"},
23+
{"OSS", "/etc/pbm/oss.yaml"},
2324
{"FS", "/etc/pbm/fs.yaml"},
2425
}
2526

0 commit comments

Comments
 (0)