File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments