diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 103936c831f..854cef44d85 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4181,12 +4181,15 @@ tasks: targets: lint-errorcodes - name: test_api_version_compatibility + depends_on: + - name: compile commands: - command: manifest.load - func: "git get project" - func: "set task expansion macros" - func: "set up virtualenv" - func: "upload pip requirements" + - func: "do setup" - command: shell.exec type: test params: @@ -4197,6 +4200,7 @@ tasks: set -o verbose ${activate_virtualenv} + $python buildscripts/idl/check_versioned_api_commands_have_idl_definitions.py -v --include src --installDir dist-test/bin 1 $python buildscripts/idl/checkout_idl_files_from_past_releases.py -v idls - name: burn_in_tests_gen |