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

Remove code to disable compile bypass on OSX variants.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Gone away
    • None
    • None
    • Testing Infrastructure
    • None

    Description

      There was code added to buildscripts/generate_compile_bypass_expansions.py to disable the compile bypass feature for OSX variants because of a failure to load the .evergreen.yml config file. Once BUILD-4317 gets resolved we should remove this code.

      The code added was to function should_bypass_compile()

          # Disable compile bypass for OSX variants.
          # TODO: Remove once BUILD-4317 is resolved.
          if sys.platform == 'darwin':
              return False
      ...
      

      Attachments

        Issue Links

          Activity

            People

              backlog-server-tig DO NOT USE - Backlog - Test Infrastructure Group (TIG)
              eddie.louie Eddie Louie
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: