Closed
Bug 1355118
Opened 8 years ago
Closed 8 years ago
Remove OS X static analysis builds, since clang plugin is enabled in osx cross builds
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox56 fixed)
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: ted, Assigned: glandium)
References
Details
Attachments
(1 file)
The macosx64-st-an/{opt,debug} Taskcluster builds effectively duplicate the build config of the macosx64/{opt,debug} Taskcluster builds:
https://dxr.mozilla.org/mozilla-central/rev/45692c884fdd5136a64fb2f8a61a0c8183b69331/taskcluster/ci/static-analysis/kind.yml#21
https://dxr.mozilla.org/mozilla-central/rev/45692c884fdd5136a64fb2f8a61a0c8183b69331/build/macosx/cross-mozconfig.common#51
These were added in bug 1264494, but bug 1208787 enabled the clang plugin in the cross-mac builds. It's unfortunate that nobody realized this earlier, since we could have saved all the work done in bug 1264494 and just turned off the buildbot builds. In any event, we can turn off the mac static analysis builds that run in Taskcluster and save ourselves some cycles. This should simply involve removing those entries from kind.yml.
Reporter | ||
Comment 1•8 years ago
|
||
Also this is currently making our build times data bimodal:
https://mzl.la/2vf2HCP
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
Oh, I've been meaning to look into why the build data was bimodal!
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8887679 [details]
Bug 1355118 - Remove OS X static analysis builds.
https://reviewboard.mozilla.org/r/158570/#review163858
::: taskcluster/ci/static-analysis/kind.yml
(Diff revision 1)
> - actions: [build update]
> - config:
> - - builds/releng_base_mac_64_cross_builds.py
> - - balrog/production.py
> - # enables static analysis.
> - custom-build-variant-cfg: cross-debug-st-an
Can we remove the reference to this build variant in testing/mozharness/mozharness/mozilla/building/buildbase.py and the files from testing/mozharness/configs/builds/releng_sub_mac_configs?
Attachment #8887679 -
Flags: review?(gps) → review+
Assignee | ||
Comment 5•8 years ago
|
||
Heh, I looked at the other things, that ended up still being used by other jobs, but skipped the mozharness build variants.
Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8887679 [details]
Bug 1355118 - Remove OS X static analysis builds.
https://reviewboard.mozilla.org/r/158570/#review163878
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mh+mozilla
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/e0d9a951b1c6
Remove OS X static analysis builds. r=gps
Comment 9•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•