Closed Bug 1800680 Opened 3 years ago Closed 3 years ago

clean up extra platforms from balrog's Firefox-mozilla-central-nightly-latest release blob

Categories

(Release Engineering :: General, task)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jcristau, Assigned: jcristau)

Details

In early October a beetmover deploy caused manifests used by balrogscript to use wrong platform names, and so some bogus data made it to the nightly balrog blob. I think we should clean that up since it's useless and confusing.

$ curl -s https://aus-api.mozilla.org/api/v1/releases/Firefox-mozilla-central-nightly-latest | jq '.platforms | keys'
[
  "Darwin_aarch64-gcc3",
  "Darwin_x86-gcc3",
  "Darwin_x86-gcc3-u-i386-x86_64",
  "Darwin_x86_64-gcc3",
  "Darwin_x86_64-gcc3-u-i386-x86_64",
  "Linux_x86-gcc3",
  "Linux_x86_64-gcc3",
  "Linux_x86_64-gcc3-asan",
  "WINNT_aarch64-msvc-aarch64",
  "WINNT_x86-msvc",
  "WINNT_x86-msvc-x64",
  "WINNT_x86-msvc-x86",
  "WINNT_x86_64-msvc",
  "WINNT_x86_64-msvc-x64",
  "WINNT_x86_64-msvc-x64-asan",
  "linux-i686",
  "linux-x86_64",
  "linux-x86_64-asan-reporter",
  "mac"
]

The last 4 are bogus.

Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.