Skip to content

Commit cdc46ec

Browse files
Copilotrichlander
andauthored
Fix .Open suffix on public Browser WASM Helix queue identifiers and SKILL.md indentation
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/607ac376-be42-4d08-847c-fc0746d7c76f Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
1 parent 3637dac commit cdc46ec

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/skills/update-os-coverage/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,15 @@ For each reference found in step 3:
168168

169169
AzureLinux (e.g. `AzureLinux.3.Amd64.Open`) appears as both a standalone VM queue and the primary host queue for container-based distros. It does not follow the container image pattern above.
170170

171-
Architecture suffixes vary: `Amd64`, `Arm64`, `ArmArch`, `Arm32` for queue names; `amd64`, `arm64v8`, `arm32v7` for image tags.
171+
Architecture suffixes vary: `Amd64`, `Arm64`, `ArmArch`, `Arm32` for queue names; `amd64`, `arm64v8`, `arm32v7` for image tags.
172172

173-
When both generic and processor-specific aliases exist in `image-info` (for example, `ubuntu-26.04-helix-webassembly` and `ubuntu-26.04-helix-webassembly-amd64`), **prefer the processor-specific tag** when the queue/environment is processor-specific:
173+
When both generic and processor-specific aliases exist in `image-info` (for example, `ubuntu-26.04-helix-webassembly` and `ubuntu-26.04-helix-webassembly-amd64`), **prefer the processor-specific tag** when the queue/environment is processor-specific:
174174

175-
- `...Amd64...` queue → prefer `*-amd64`
176-
- `...Arm64...` / `...ArmArch...` queue → prefer `*-arm64v8`
177-
- `...Arm32...` queue → prefer `*-arm32v7`
175+
- `...Amd64...` queue → prefer `*-amd64`
176+
- `...Arm64...` / `...ArmArch...` queue → prefer `*-arm64v8`
177+
- `...Arm32...` queue → prefer `*-arm32v7`
178178

179-
Use the generic alias only when the surrounding environment is intentionally architecture-agnostic or when no processor-specific tag exists in `image-info`.
179+
Use the generic alias only when the surrounding environment is intentionally architecture-agnostic or when no processor-specific tag exists in `image-info`.
180180

181181
For ARM-based queues, host queues are often `Ubuntu.2204.ArmArch.Open`, but some queues (for example `helix_linux_arm64_oldest`) use AzureLinux-based host queues such as `AzureLinux.3.Arm64.Open`. Follow the existing pattern for the specific queue in `eng/pipelines/helix-platforms.yml` when updating versions.
182182

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Browser wasm
6464
- ${{ if eq(parameters.platform, 'browser_wasm') }}:
6565
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
66-
- (Ubuntu.2604.Amd64)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
66+
- (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
6767
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
6868
- (Ubuntu.2604.Amd64)AzureLinux.3.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
6969

eng/pipelines/helix-platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,11 @@ variables:
264264
# Browser WASM
265265
# Latest: Ubuntu 26.04
266266
- name: helix_browser_wasm_latest
267-
value: (Ubuntu.2604.Amd64)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
267+
value: (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
268268

269269
# Oldest: Ubuntu 22.04
270270
- name: helix_browser_wasm_oldest
271-
value: (Ubuntu.2204.Amd64)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly-amd64
271+
value: (Ubuntu.2204.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly-amd64
272272

273273
# ===========================================
274274
# Android Platforms

0 commit comments

Comments
 (0)