Loading...
Loading...
Build Firefox CI worker images by triggering GitHub Actions workflows in mozilla-platform-ops/worker-images. Supports FXCI Azure workflows for Windows image builds (trusted and untrusted). Use when: - User wants to build a worker image - User mentions "FXCI Azure", "worker image build", or specific pool names like "win11-64-24h2-alpha" - User wants to trigger image builds for Windows 10, Windows 11, or Windows Server 2022 - User asks to check status of a worker image build Triggers: "build image", "worker image", "FXCI Azure", "trigger build", "image build status"
npx skill4agent add jwmossmoz/agent-skills worker-image-build| Workflow | Name | Purpose |
|---|---|---|
| FXCI - Azure | Build untrusted Windows images |
| FXCI - Azure - Trusted | Build trusted Windows images |
win10-64-2009-alpha win10-64-2009
win11-64-2009-alpha win11-64-2009
win11-64-24h2-alpha win11-64-24h2
win11-64-24h2-alpha-v6
win11-a64-24h2-tester-alpha win11-a64-24h2-tester
win11-a64-24h2-builder-alpha win11-a64-24h2-builder
win2022-64-2009-alpha win2022-64-2009
win2022-64-2009-alpha-v6trusted-win11-a64-24h2-builder
trusted-win2022-64-2009# Untrusted image
gh workflow run "FXCI - Azure" \
--repo mozilla-platform-ops/worker-images \
-f config=<CONFIG_NAME>
# Trusted image
gh workflow run "FXCI - Azure - Trusted" \
--repo mozilla-platform-ops/worker-images \
-f config=<CONFIG_NAME>gh workflow run "FXCI - Azure" \
--repo mozilla-platform-ops/worker-images \
-f config=win11-64-24h2-alpha# Get latest run for untrusted
gh run list --repo mozilla-platform-ops/worker-images \
--workflow "FXCI - Azure" --limit 1 \
--json databaseId,url,status,createdAt
# Get latest run for trusted
gh run list --repo mozilla-platform-ops/worker-images \
--workflow "FXCI - Azure - Trusted" --limit 1 \
--json databaseId,url,status,createdAtgh run watch <RUN_ID> --repo mozilla-platform-ops/worker-imagesgh run view <RUN_ID> --repo mozilla-platform-ops/worker-images --log.github/relsre.json-alphatrusted--a64--64-testerbuilder