Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-1215

Evergreen - Update .evergreen/config.yml with latest changes from drivers-evergreen-tools

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.5
    • 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"
      

            Assignee:
            shane.harvey@mongodb.com Shane Harvey
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: