Bug 1350413 part 1: move macosx64/opt build to buildbot-bridge. r=dustin

Because of bug 1338651, we need to stick to BBB macosx64 builds for now.

MozReview-Commit-ID: AwQc5r6ikUN
This commit is contained in:
Wander Lairson Costa
2017-05-02 16:12:51 -03:00
parent a6b0a3e11b
commit bc9936ac3f
6 changed files with 147 additions and 15 deletions

View File

@@ -346,7 +346,13 @@ def set_target(config, tests):
for test in tests:
build_platform = test['build-platform']
if build_platform.startswith('macosx'):
target = 'target.dmg'
if build_platform.split('/')[1] == 'opt':
target = 'firefox-{}.en-US.{}.dmg'.format(
get_firefox_version(),
'mac',
)
else:
target = 'target.dmg'
elif build_platform.startswith('android'):
if 'geckoview' in test['test-name']:
target = 'geckoview_example.apk'