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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user