Skip to content

Commit

Permalink
PSMDB disable tests with featureFlagSbeFull tag (#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak authored Jan 9, 2024
1 parent e050fde commit ffd8881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psmdb/psmdb-regression.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
booleanParam(name: 'integrationtests',defaultValue: false, description: 'Check if list of suites contains integration tests')
booleanParam(name: 'benchmarktests',defaultValue: false, description: 'Check if list of suites contains benchmark tests')
string(name: 'scons_params', defaultValue: 'CC=/usr/bin/gcc-8 CXX=/usr/bin/g++-8 --disable-warnings-as-errors --release --ssl --opt=size -j6 --use-sasl-client --wiredtiger --audit --inmemory --hotbackup CPPPATH=/usr/local/include LIBPATH=/usr/local/lib', description: 'Parameters for scons')
string(name: 'resmoke_params', defaultValue: '--excludeWithAnyTags=featureFlagColumnstoreIndexes,featureFlagUpdateOneWithoutShardKey,featureFlagGlobalIndexesShardingCatalog,featureFlagGlobalIndexes,featureFlagTelemetry,featureFlagAuditConfigClusterParameter,serverless,does_not_support_config_fuzzer,featureFlagDeprioritizeLowPriorityOperations', description: 'Extra params passed to resmoke.py')
string(name: 'resmoke_params', defaultValue: '--excludeWithAnyTags=featureFlagColumnstoreIndexes,featureFlagUpdateOneWithoutShardKey,featureFlagGlobalIndexesShardingCatalog,featureFlagGlobalIndexes,featureFlagTelemetry,featureFlagAuditConfigClusterParameter,serverless,does_not_support_config_fuzzer,featureFlagDeprioritizeLowPriorityOperations,featureFlagSbeFull', description: 'Extra params passed to resmoke.py')
}
options {
withCredentials(moleculePbmJenkinsCreds())
Expand Down

0 comments on commit ffd8881

Please sign in to comment.