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

Remove code to disable compile bypass on OSX variants.

    • Type: Icon: Improvement Improvement
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • None

      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
      ...
      

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

              Created:
              Updated:
              Resolved: