diff options
author | Trevor Guidry <trevor.guidry@mongodb.com> | 2022-11-16 17:24:50 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-11-16 18:42:54 +0000 |
commit | 22f38cf147eeedca45943ababe818213184eb754 (patch) | |
tree | cd14f29ffdde7a4a54d2b600a7edd640574bb785 /etc/evergreen.yml | |
parent | 92b2f2d4bf503dfe9a9bf2cc02770f7a66b8c2a1 (diff) | |
download | mongo-22f38cf147eeedca45943ababe818213184eb754.tar.gz |
SERVER-63104 add resmoke argument for generating all_feature_flags.txt locally
Diffstat (limited to 'etc/evergreen.yml')
-rw-r--r-- | etc/evergreen.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 9a30992115f..f7fde741587 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1006,7 +1006,7 @@ buildvariants: # To force disable feature flags even on the all feature flags variant, please use this file: # buildscripts/resmokeconfig/fully_disabled_feature_flags.yml test_flags: >- - --runAllFeatureFlagTests + --additionalFeatureFlagsFile all_feature_flags.txt --excludeWithAnyTags=incompatible_with_windows_tls --excludeWithAnyTags=incompatible_with_shard_merge external_auth_jobs_max: 1 @@ -1596,7 +1596,7 @@ buildvariants: # To force disable feature flags even on the all feature flags variant, please use this file: # buildscripts/resmokeconfig/fully_disabled_feature_flags.yml test_flags: >- - --runAllFeatureFlagTests + --additionalFeatureFlagsFile all_feature_flags.txt --excludeWithAnyTags=incompatible_with_shard_merge tasks: - name: cqf @@ -1892,7 +1892,7 @@ buildvariants: <<: *linux-x86-multiversion-expansions-template # No feature flag tests since they aren't compatible with the older binaries. test_flags: >- - --runAllFeatureFlagsNoTests + --runNoFeatureFlagTests --excludeWithAnyTags=incompatible_with_shard_merge - <<: *linux-x86-multiversion-template @@ -2250,7 +2250,7 @@ buildvariants: idle_timeout_factor: 1.5 exec_timeout_factor: 1.5 test_flags: >- - --runAllFeatureFlagTests + --additionalFeatureFlagsFile all_feature_flags.txt --excludeWithAnyTags=incompatible_with_amazon_linux,incompatible_with_shard_merge tasks: - name: cqf @@ -2384,7 +2384,7 @@ buildvariants: # buildscripts/resmokeconfig/fully_disabled_feature_flags.yml large_distro_name: rhel80-build test_flags: >- - --runAllFeatureFlagTests + --additionalFeatureFlagsFile all_feature_flags.txt --excludeWithAnyTags=incompatible_with_shard_merge separate_debug: off tasks: @@ -2566,7 +2566,7 @@ buildvariants: test_flags: >- --excludeWithAnyTags=requires_ocsp_stapling --excludeWithAnyTags=incompatible_with_shard_merge - --runAllFeatureFlagTests + --additionalFeatureFlagsFile all_feature_flags.txt multiversion_platform: rhel80 multiversion_edition: enterprise resmoke_jobs_factor: 0.3 # Avoid starting too many mongod's under UBSAN build. @@ -2749,7 +2749,7 @@ buildvariants: test_flags: >- --excludeWithAnyTags=requires_ocsp_stapling --excludeWithAnyTags=incompatible_with_shard_merge - --runAllFeatureFlagTests + --additionalFeatureFlagsFile all_feature_flags.txt tasks: - name: jsCore - name: jsCore_txns @@ -3461,7 +3461,7 @@ buildvariants: target_resmoke_time: 30 max_sub_suites: 3 test_flags: >- - --runAllFeatureFlagTests + --additionalFeatureFlagsFile all_feature_flags.txt --excludeWithAnyTags=resource_intensive --excludeWithAnyTags=incompatible_with_shard_merge |