mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-25 00:58:53 +01:00
846a99de9a
remove task_path_suffix from evergreen_gen_multiversion_tasks.py replication works fix fixture API adherence test generate mongos port on startup fix sharding and reformat
15 lines
428 B
Bash
15 lines
428 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
cd src
|
|
|
|
set -o errexit
|
|
|
|
activate_venv
|
|
|
|
# Multiversion exclusions can be used when selecting tests.
|
|
PATH="$PATH:/data/multiversion"
|
|
$python buildscripts/evergreen_gen_multiversion_tests.py generate-exclude-tags --output=multiversion_exclude_tags.yml
|
|
|
|
PATH=$PATH:$HOME $python buildscripts/burn_in_tags.py --expansion-file ../expansions.yml
|