Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-2906

Update Evergreen config to use new merge key format

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 100.5.3
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • v4.2, v4.0, v3.6, v3.4

      (Let me know if a ticket isn't the best way to bring this up).
      The mongotools evergreen yamls use a number of merge keys. Right now those are each listed separately, but go-yaml v3 doesn't support this.

      Instead, merge keys should be given as a list, i.e.:

       

      >>: *thing1  
      >>: *thing2     

       
      should be formatted as 

      >>: [*thing2, *thing1]   

       

      Before we can upgrade to v3, this update will need to be made to all breaking yamls; I ran the existing yamls with the new validator and here is the output, for reference: mongotools-yamls.txt(file names correspond to projects with configurations that need to be changed; there are 7 in all).

            Assignee:
            tim.fogarty@mongodb.com Tim Fogarty
            Reporter:
            annie.black@mongodb.com Annie Black
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: