Skip to content

Add grgh (Gorgon Halo) to tested_platforms across playbooks - #822

Open
bconsolvo wants to merge 1 commit into
mainfrom
add-grgh-tested-platforms
Open

Add grgh (Gorgon Halo) to tested_platforms across playbooks#822
bconsolvo wants to merge 1 commit into
mainfrom
add-grgh-tested-platforms

Conversation

@bconsolvo

Copy link
Copy Markdown
Collaborator

Summary

Adds grgh: ["linux"] to tested_platforms in every playbook that already declares a tested_platforms block, so the new x-ultra runner (group grgh, a Linux-only Gorgon Halo) gets exercised by CI.

  • 18 playbooks updated (all that currently have a tested_platforms block — every one includes halo, so grgh sits right after it).
  • Linux onlyx-ultra is a Linux box, so grgh is ["linux"] regardless of whether the playbook tests halo on windows too.
  • Tested-only, not requiredgrgh is intentionally not added to required_platforms, so the availability of a single new runner does not gate PR merges.

Not changed

  • Playbooks without a tested_platforms block (the backup/ folder and a few untested active playbooks) are left untouched — adding a lone grgh where nothing else is tested would be odd.
  • required_platforms and supported_platforms are unchanged.

Related

Depends on the runner registration in #821 (adds x-ultra/grgh to runners.json). This PR wires up test coverage; #821 registers the machine.

Test plan

  • All 18 files are valid JSON; grgh placed immediately after halo, no other keys reordered
  • After both this and Add x-ultra runner to the fleet #821 merge, confirm grgh/x-ultra test jobs appear in a Test Playbooks run

Adds grgh: [linux] to tested_platforms in every playbook that already
declares a tested_platforms block, so the new x-ultra runner (group
grgh, a Linux-only Gorgon Halo) is exercised by CI. grgh is
tested-only, not added to required_platforms, so a single new runner's
availability does not gate PR merges.

Co-Authored-By: Claude <noreply@anthropic.com>

@harkgill-amd harkgill-amd left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but hinges on the changes requested in #821. Let's get that one merged in first.

@bconsolvo bconsolvo mentioned this pull request Aug 27, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants