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

Add support for specifying JSON input files to deflakinator

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Build
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      As part of STAR-5288 the deflakinator needs to be updated to support specifying input as a JSON file. Update the script to accept the format:

      {
        "variants_to_tasks": [
          {
            "_id": "enterprise-macos-arm64",
            "tasks": [
              "compile_dist_test",
              "push",
              "replica_sets_auth"
            ]
          },
          {
            "_id": "rhel90",
            "tasks": [
              "test_packages"
            ]
          }
        ]
      }
      

            Assignee:
            zack.winter@mongodb.com Zack Winter
            Reporter:
            zack.winter@mongodb.com Zack Winter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: