Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-73998

Fix system_perf.yml and perf.yml microbench buildvariant definitions

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Blocker - P1 Blocker - P1
    • 7.0.0-rc0, 6.0.5, 6.3.0-rc1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v6.3, v6.0
    • 135

      Evergreen has upgraded it's yaml library to be more correct / consistent.

      As a result, some of the microbenchmarks build variants are broken.

      We need to fix the broken variants to be of the following form:

      - &linux-microbenchmarks-standalone-arm
        ... stuff ...
        expansions: &new-alias-name-for-expansions
      
      ...other configuration...
      - <<: *linux-microbenchmarks-standalone-arm
        ...other stuff...
        expansions:
          <<: *new-alias-name-for-expansions
          mongodb_setup: microbenchmarks_standalone-all-feature-flags.2023-01
      

      These changes may need to be applied to both the performance and system performance projects.

            Assignee:
            jawwad.asghar@mongodb.com Jawwad Asghar
            Reporter:
            jim.oleary@mongodb.com James O'Leary
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: