summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_ese.yml
blob: 2c6887ba8bfb55f761e84d58090c188c08da8dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Section that is ignored by resmoke.py.
config_variables:
- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2

selector:
  js_test:
    roots:
    - jstests/sharding/*.js
    - jstests/sharding/replset_config/*.js
    exclude_files:
    - jstests/sharding/csrs_upgrade.js                     # SERVER-20694
    - jstests/sharding/csrs_upgrade_during_migrate.js      # flaky - SERVER-20580

executor:
  js_test:
    config:
      shell_options:
        nodb: ''
        global_vars:
          TestData:
            enableEncryption: ''
            encryptionKeyFile: *keyFile
        readMode: commands