Commit b128f216 authored by Joel Maher's avatar Joel Maher
Browse files

Bug 1369877 - when pushing to try with --artifact for osx builds, we skip...

Bug 1369877 - when pushing to try with --artifact for osx builds, we skip upload-files. r=chmanchester

MozReview-Commit-ID: 9qXwxihyNvx
parent 81a61480
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ config = {
        # 'setup-mock',
        'checkout-sources',
        'build',
        'upload-files',
        'sendchange',
    ],
    "buildbot_json_path": "buildprops.json",
@@ -26,7 +27,7 @@ config = {
    'tooltool_bootstrap': "setup.sh",
    'enable_count_ctors': False,
    # allows triggering of dependent jobs when --artifact try syntax is detected on buildbot
    'enable_unittest_sendchange': True,
    'enable_unittest_sendchange': False,
    'enable_talos_sendchange': False,
    'perfherder_extra_options': ['artifact'],
    #########################################################################