Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-2064

Evergreen yaml needs to use the newer format

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.7.2, 1.6.2
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Not Needed

       
      We need the Evergreen yaml to be modified to support yaml v3 (specifically we now error with duplicated map keys). This applies to the mongo-go-driver-v1.0, mongo-go-driver-v1.4, and mongo-go-driver projects. The following are the lines that need to be fixed (the "yml" file corresponds to each of the affected projects):

      ERROR: load project error(s): error unmarshalling into parser project: invalid configuration file: yaml: unmarshal errors:
        line 1825: mapping key "matrix_spec" already defined at line 1824
      fetchedYamls/mongo-go-driver-v1.0.yml is an invalid configuration
      
      ERROR: load project error(s): error unmarshalling into parser project: invalid configuration file: yaml: unmarshal errors:
        line 1664: mapping key "matrix_spec" already defined at line 1663
      fetchedYamls/mongo-go-driver-v1.4.yml is an invalid configuration
      
      ERROR: load project error(s): error unmarshalling into parser project: invalid configuration file: yaml: unmarshal errors:
        line 1977: mapping key "matrix_spec" already defined at line 1976
      fetchedYamls/mongo-go-driver.yml is an invalid configuration
      

      Acceptance Criteria:

      Make Go's matrix spec keys unique/remove duplicate occurrences

            Assignee:
            benji.rewis@mongodb.com Benji Rewis (Inactive)
            Reporter:
            annie.black@mongodb.com Annie Black
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: