Bug 1250697 - Produce non-universal opt Mac builds for artifacts r?ted draft
authorDan Minor <dminor@mozilla.com>
Tue, 23 Feb 2016 15:29:53 -0800
changeset 334206 18e61282a5d79bb77710eb2f481506ac00d42b5f
parent 332881 789a12291942763bc1e3a89f97e0b82dc1c9d00b
child 514839 6ff94f8e134d474729e651539a37450427ab90df
push id11468
push userdminor@mozilla.com
push dateWed, 24 Feb 2016 17:48:55 +0000
reviewersted
bugs1250697
milestone47.0a1
Bug 1250697 - Produce non-universal opt Mac builds for artifacts r?ted MozReview-Commit-ID: TnubwHxFdA
testing/taskcluster/tasks/branches/base_jobs.yml
testing/taskcluster/tasks/branches/try/job_flags.yml
--- a/testing/taskcluster/tasks/branches/base_jobs.yml
+++ b/testing/taskcluster/tasks/branches/base_jobs.yml
@@ -149,16 +149,18 @@ builds:
       - Linux64 Static Analysis
     types:
       opt:
         task: tasks/builds/opt_linux64_st-an.yml
   macosx64:
     platforms:
       - MacOSX64
     types:
+      opt:
+        task: tasks/builds/opt_macosx64.yml
       debug:
         task: tasks/builds/dbg_macosx64.yml
   macosx64-st-an:
     platforms:
       - MacOSX64 Static Analysis
     types:
       opt:
         task: tasks/builds/opt_macosx64_st-an.yml
--- a/testing/taskcluster/tasks/branches/try/job_flags.yml
+++ b/testing/taskcluster/tasks/branches/try/job_flags.yml
@@ -74,16 +74,18 @@ builds:
       - Linux64 Static Analysis
     types:
       opt:
         task: tasks/builds/opt_linux64_st-an_clobber.yml
   macosx64:
     platforms:
       - MacOSX64
     types:
+      opt:
+        task: tasks/builds/opt_macosx64_clobber.yml
       debug:
         task: tasks/builds/dbg_macosx64_clobber.yml
   macosx64-st-an:
     platforms:
       - MacOSX64 Static Analysis
     types:
       opt:
         task: tasks/builds/opt_macosx64_st-an_clobber.yml