Closed
Bug 1823696
Opened 3 years ago
Closed 3 years ago
Replace uses of `COMPILE_ENVIRONMENT` with `MOZ_ARTIFACT_BUILDS` in JOG
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
113 Branch
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
Details
Attachments
(1 file)
From :glandium on bug 1820241 comment 17:
MOZ_ARTIFACT_BUILDS is a superset of COMPILE_ENVIRONMENT, and they are not equivalent. But for identifying artifact builds, yes, you should use the former rather than the latter.
I used COMPILE_ENVIRONMENT in JOG instead only because I and our reviewers didn't know anything about MOZ_ARTIFACT_BUILDS. So let's use the more correct one to identify when we're in the "build" step of an artifact build.
Don't forget to update the docs.
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D173211
Updated•3 years ago
|
Assignee: nobody → chutten
Status: NEW → ASSIGNED
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2aface5f6763
Don't use COMPILE_ENVIRONMENT in FOG when you instead mean MOZ_ARTIFACT_BUILDS r=glandium
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox113:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 113 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•