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

Handle build variant generation when priority is -1

    • Fully Compatible
    • ALL
    • DAG 2022-04-04
    • 226
    • 1

      When generating tasks for a build variant, we will update the priority of _gen tasks by 1. However, if the version as a whole has been disabled, the priority could be -1, in which case, we would attempt to set the priority to 0. But due to a bug in evergreen.py, attempting to set a priority of 0 will result in call the evergreen api with an empty body and trigger an exception. We should fix this.

            Assignee:
            david.bradford@mongodb.com David Bradford (Inactive)
            Reporter:
            david.bradford@mongodb.com David Bradford (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: