summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_last_lts_mongos_and_mixed_shards.yml
blob: 065bec5402d11e223e819ce2165ed222daaccdeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
test_kind: js_test

selector:
  roots:
  # shardingtest.js relies on FCV and bin versions to be equal; this can be re-enabled after FCV constants are updated.
  - jstests/sharding/**/*.js
  exclude_files:
  - jstests/sharding/**/libs/**/*.js
#  # This tag file can be created using ./buildscripts/resmoke.py generate-multiversion-exclude-tags
#  # or downloaded from the evergreen task.
#  tag_file: multiversion_exclude_tags.yml

executor:
  config:
    shell_options:
      global_vars:
        TestData:
          mongosBinVersion: 'last-lts'
          shardMixedBinVersions: 'last-lts'
      nodb: ''