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

selector:
  roots:
  - jstests/sharding/*.js
  exclude_with_any_tags:
  - multiversion_incompatible
  - requires_fcv_44
executor:
  config:
    shell_options:
      nodb: ''
      readMode: commands
      global_vars:
        TestData:
          useRandomBinVersionsWithinReplicaSet: true
          mongosBinVersion: 'last-stable'