Skip to content

Commit a191b70

Browse files
committed
Fix workflow
1 parent 248b27a commit a191b70

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/workflows/object-storage-adapter-check.yaml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,13 @@ jobs:
8585
tests_filter: '--tests "**.ObjectStorage**" --tests "*!ObjectStorageSingle" --tests "*!ObjectStorageMultiple" --tests "*!ObjectStorageWrapper" --tests "*!ObjectStorageAdmin" --tests "*!ObjectStorageConditionalMutation"'
8686
bucket_suffix: storage
8787
group_commit_enabled: false
88-
- label: others
89-
tests_filter: '--tests "**.TwoPhaseConsensusCommit**" --tests "**.SingleCrudOperationTransaction**"'
90-
bucket_suffix: others
88+
- label: two_phase_consensus_commit
89+
tests_filter: '--tests "**.TwoPhaseConsensusCommit**"'
90+
bucket_suffix: 2pcc
91+
group_commit_enabled: false
92+
- label: single_crud_operation_transaction
93+
tests_filter: '--tests "**.SingleCrudOperationTransaction**"'
94+
bucket_suffix: single-crud
9195
group_commit_enabled: false
9296

9397
steps:
@@ -168,9 +172,13 @@ jobs:
168172
tests_filter: '--tests "**.ObjectStorage**" --tests "*!ObjectStorageSingle" --tests "*!ObjectStorageMultiple" --tests "*!ObjectStorageWrapper" --tests "*!ObjectStorageAdmin" --tests "*!ObjectStorageConditionalMutation"'
169173
bucket_suffix: storage
170174
group_commit_enabled: false
171-
- label: others
172-
tests_filter: '--tests "**.TwoPhaseConsensusCommit**" --tests "**.SingleCrudOperationTransaction**"'
173-
bucket_suffix: others
175+
- label: two_phase_consensus_commit
176+
tests_filter: '--tests "**.TwoPhaseConsensusCommit**"'
177+
bucket_suffix: 2pcc
178+
group_commit_enabled: false
179+
- label: single_crud_operation_transaction
180+
tests_filter: '--tests "**.SingleCrudOperationTransaction**"'
181+
bucket_suffix: single-crud
174182
group_commit_enabled: false
175183

176184
steps:

0 commit comments

Comments
 (0)