-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
The .evergreen/config.yml file we used as a base for our evergreen testing has received a number of improvements since we copied it at 919725adcf67be8ef0a9cd336f238044894f0961.
We should update to the latest version. The only change we need to make is to upload the XML test results:
@@ -312,9 +312,9 @@ functions: display_name: "drivers-dir.tar.gz" "upload test results": - - command: attach.results + - command: attach.xunit_results params: - file_location: "${PROJECT_DIRECTORY}/test-results.json" + file: "src/xunit-results/TEST-*.xml" - command: attach.results params: file_location: "${DRIVERS_TOOLS}/results.json"