Skip to content

Make macOS builds conditional on Jenkins var

Jekabs Karklins requested to merge disable_macos_build into master

Created by: amues

Issue reference / description

Make macOS builds conditional on Jenkins environment variable. This allows us to disable them globally as long as the Jenkinsfiles check the value of the variable, can be used as a temporary measure while we experience build issues on macOS, and also for a possible future transition (dropping/changing the builds).

Checklist for submitter

  • Check for conflict with integration test
  • Unit tests pass

Nominate for Group Code Review

  • Nominate for code review

Merge request reports