Files
elizaos--eliza/.github/workflows/develop-exhaustive.yml
T
wehub-resource-sync 426e9eeabd
Benchmark Bridge Tests / benchmark (bunx @biomejs/biome check packages/lifeops-bench/src, benchmark-lint) (push) Waiting to run
Benchmark Bridge Tests / benchmark (bunx vitest run --config packages/lifeops-bench/vitest.config.ts --root packages/lifeops-bench --passWithNoTests, benchmark-tests) (push) Waiting to run
Build Agent Image / build-and-push (push) Waiting to run
Chat shell gestures / Chat shell gesture + parity e2e (push) Waiting to run
ci / test (push) Waiting to run
ci / lint-and-format (push) Waiting to run
ci / build (push) Waiting to run
ci / dev-startup (push) Waiting to run
Cloud Gateway Discord / Test (push) Waiting to run
Cloud Gateway Webhook / Test (push) Waiting to run
Cloud Tests / lint-and-types (push) Waiting to run
Cloud Tests / unit-tests (push) Waiting to run
Cloud Tests / integration-tests (push) Waiting to run
Cloud Tests / e2e-tests (push) Blocked by required conditions
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Apps Worker (Product 2) / Determine environment (push) Waiting to run
Deploy Apps Worker (Product 2) / Deploy apps worker to apps-control host (${{ needs.determine-env.outputs.environment }}) (push) Blocked by required conditions
Deploy Eliza Provisioning Worker / Determine environment (push) Waiting to run
Deploy Eliza Provisioning Worker / Deploy worker to Hetzner host (${{ needs.determine-env.outputs.environment }} @ ${{ needs.determine-env.outputs.deployment_sha }}) (push) Blocked by required conditions
Dev Smoke / Classify changed paths (push) Waiting to run
Dev Smoke / bun run dev onboarding chat (push) Blocked by required conditions
Dev Smoke / Vite HMR dependency-level smoke (push) Blocked by required conditions
Electrobun Submodule Guard / electrobun gitlink is fetchable (push) Waiting to run
gitleaks / gitleaks (push) Waiting to run
Markdown Links / Relative Markdown Links (push) Waiting to run
Publish @elizaos/example-code / check_npm (push) Waiting to run
Publish @elizaos/example-code / publish_npm (push) Blocked by required conditions
Publish @elizaos/plugin-elizacloud / verify_version (push) Waiting to run
Publish @elizaos/plugin-elizacloud / publish_npm (push) Blocked by required conditions
Quality (Extended) / Homepage Build (PR smoke) (push) Waiting to run
Quality (Extended) / Comment-only diff guard (push) Waiting to run
Quality (Extended) / Format + Type Safety Ratchet (push) Waiting to run
Quality (Extended) / Develop Gate (secret scan + UI determinism) (push) Waiting to run
Quality (Extended) / Develop Gate (lint) (push) Waiting to run
Sandbox Live Smoke / Sandbox live smoke (push) Waiting to run
Snap Build & Test / Build Snap (amd64) (push) Waiting to run
Snap Build & Test / Build Snap (arm64) (push) Waiting to run
supply-chain / sbom (push) Waiting to run
supply-chain / vulnerability-scan (push) Waiting to run
Build, Push & Deploy to Phala Cloud / build-and-push (push) Waiting to run
Test Packaging / Validate Packaging Configs (push) Waiting to run
Test Packaging / PyPI on Python ${{ matrix.python }} (push) Waiting to run
Test Packaging / Pack & Test JS Tarballs (push) Waiting to run
Test Packaging / elizaos CLI global-install smoke (node + bun) (push) Waiting to run
UI Fixture E2E / ui-fixture-e2e (push) Waiting to run
UI Fixture E2E / fixture-e2e (push) Waiting to run
UI Story Gate / story-gate (push) Waiting to run
vault-ci / test (macos-latest) (push) Waiting to run
vault-ci / test (ubuntu-latest) (push) Waiting to run
vault-ci / test (windows-latest) (push) Waiting to run
vault-ci / app-core wiring tests (push) Waiting to run
verify-patches / verify patches/CHECKSUMS.sha256 (push) Waiting to run
Voice Benchmark Smoke / voice-emotion fixture smoke (push) Waiting to run
Voice Benchmark Smoke / voiceagentbench fixture smoke (push) Waiting to run
Voice Benchmark Smoke / voicebench-quality unit smoke (push) Waiting to run
Voice Benchmark Smoke / voicebench TypeScript unit (no audio) (push) Waiting to run
Voice Benchmark Smoke / voice bench smoke summary (push) Blocked by required conditions
Windows CI / windows ([bun run --cwd packages/app-core test bun run --cwd packages/elizaos test bun run --cwd packages/cloud/shared test], app-and-cli) (push) Waiting to run
Windows CI / windows ([bun run --cwd packages/scenario-runner test bun run --cwd packages/vault test bun run --cwd packages/security test bun run --cwd plugins/plugin-coding-tools test], framework-packages) (push) Waiting to run
Windows CI / windows ([bun run --cwd plugins/plugin-elizacloud test bun run --cwd plugins/plugin-discord test bun run --cwd plugins/plugin-anthropic test bun run --cwd plugins/plugin-openai test bun run --cwd plugins/plugin-app-control test bun run --cwd plugins/pl… (push) Waiting to run
Windows CI / windows ([node packages/scripts/run-turbo.mjs run build --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/agent --concurrency=4 node packages/scripts/run-bash-linux-only.mjs scripts/verify-riscv64-buildpaths.sh node packages/scripts/run… (push) Waiting to run
Windows CI / windows ([node packages/scripts/run-turbo.mjs run typecheck --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/cloud-shared --concurrency=4 bun run --cwd packages/core test bun run --cwd packages/shared test], core-runtime, 75) (push) Waiting to run
Test Packaging / Build & Test PyPI Package (push) Waiting to run
Voice Workbench / headless workbench (mocked backends) (push) Has been cancelled
Voice Workbench / real acoustic lane (nightly, provisioned only) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:43:05 +08:00

159 lines
5.5 KiB
YAML

name: Develop Exhaustive Lane
# Un-cancellable scheduled run of the FULL develop matrix (#12342, epic #12191
# phase 5). test.yml's own 09:17 schedule already covers the unit / e2e /
# plugin / desktop / zero-key lanes; this orchestrator adds the platform lanes
# that otherwise only run path-gated on PRs — Windows, mobile, scenario, the
# three UI gates, the keyless harness, docker, dev onboarding, and the
# electrobun/desktop contract — by invoking each via `workflow_call` so no step
# is duplicated. workflow_call bypasses the per-workflow path filters, and a
# schedule-origin event makes every called workflow's
# `github.event_name != 'pull_request'` job gate evaluate true, so the lanes run
# unfiltered (exhaustive). The final proof job statically asserts the committed
# manifest still matches test.yml AND that every required reusable workflow is
# wired here and declares workflow_call, then fails the run if any reusable lane
# did not succeed — a skipped or failed platform lane is a coverage gap, not a
# pass.
on:
schedule:
# Twice daily, offset from test.yml (09:17) and ci-full-matrix-proof (03:13/
# 15:13) so the three scheduled signals do not stampede the runner pool.
- cron: "0 6 * * *"
- cron: "0 18 * * *"
workflow_dispatch:
# Dedicated group, never cancelled by push/PR traffic: the whole point is a
# completed daily coverage signal (#12337/#12342).
concurrency:
group: develop-exhaustive-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
packages: read
actions: read
jobs:
windows:
name: Windows full matrix
uses: ./.github/workflows/windows-ci.yml
secrets: inherit
mobile:
name: Mobile build smoke
uses: ./.github/workflows/mobile-build-smoke.yml
secrets: inherit
scenario:
name: Scenario deterministic E2E
uses: ./.github/workflows/scenario-pr.yml
secrets: inherit
ui-e2e:
name: UI e2e gate
uses: ./.github/workflows/ui-e2e-gate.yml
secrets: inherit
ui-fixture:
name: UI fixture e2e
uses: ./.github/workflows/ui-fixture-e2e.yml
secrets: inherit
ui-story:
name: UI story gate
uses: ./.github/workflows/ui-story-gate.yml
secrets: inherit
keyless-harness:
name: Keyless harness E2E
uses: ./.github/workflows/keyless-harness-e2e.yml
secrets: inherit
docker:
name: Docker image smoke
uses: ./.github/workflows/docker-ci-smoke.yml
secrets: inherit
dev-onboarding:
name: Dev onboarding smoke
uses: ./.github/workflows/dev-smoke.yml
secrets: inherit
electrobun:
name: Electrobun desktop release
uses: ./.github/workflows/test-electrobun-release.yml
secrets: inherit
matrix-proof:
name: Exhaustive lane matrix proof
needs:
- windows
- mobile
- scenario
- ui-e2e
- ui-fixture
- ui-story
- keyless-harness
- docker
- dev-onboarding
- electrobun
# Run even when a reusable lane failed so the proof enumerates every lane
# and the result check below can name the offender; only a cancel skips it.
if: ${{ !cancelled() }}
runs-on: ${{ fromJSON(vars.HETZNER_FLEET_ONLINE == 'false' && '["ubuntu-24.04"]' || '["self-hosted","hetzner-robot"]') }}
env:
CI: "true"
BUN_VERSION: "1.3.14"
NODE_VERSION: "24.15.0"
NODE_NO_WARNINGS: "1"
NODE_OPTIONS: "--max-old-space-size=8192"
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
submodules: false
- name: Assert every reusable lane succeeded (skipped/failed == gap)
env:
RESULTS: >-
windows=${{ needs.windows.result }}
mobile=${{ needs.mobile.result }}
scenario=${{ needs.scenario.result }}
ui-e2e=${{ needs.ui-e2e.result }}
ui-fixture=${{ needs.ui-fixture.result }}
ui-story=${{ needs.ui-story.result }}
keyless-harness=${{ needs.keyless-harness.result }}
docker=${{ needs.docker.result }}
dev-onboarding=${{ needs.dev-onboarding.result }}
electrobun=${{ needs.electrobun.result }}
run: |
fail=0
for pair in $RESULTS; do
lane="${pair%%=*}"
result="${pair##*=}"
if [ "$result" = "success" ]; then
echo "lane $lane: success"
else
echo "::error::exhaustive lane $lane did not succeed (result=$result) — a skipped or failed platform lane is a coverage gap, not a pass"
fail=1
fi
done
exit "$fail"
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: ${{ env.NODE_VERSION }}
- name: Setup workspace dependencies
uses: ./.github/actions/setup-bun-workspace
with:
bun-version: ${{ env.BUN_VERSION }}
install-command: bun install --frozen-lockfile --ignore-scripts
install-native-deps: "false"
skip-avatar-clone: "true"
no-vision-deps: "true"
- name: Validate GitHub-native turbo cache contract
run: node packages/scripts/ci-turbo-cache-contract.mjs
- name: Validate workflow dedup contract
run: node packages/scripts/ci-workflow-dedup-contract.mjs
- name: Capture exhaustive test plan
run: node packages/scripts/run-all-tests.mjs --plan=json > /tmp/full-matrix-plan.json
- name: Prove exhaustive lane coverage (manifest + reusable wiring)
run: node packages/scripts/ci-full-matrix-proof.mjs --plan-file /tmp/full-matrix-plan.json