Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/code-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
mode: ${{ inputs.mode || 'auto' }}
config: .code-linter.json
gates-ref: main
runs-on: '["self-hosted", "macOS", "ARM64", "ci-scope", "ci-scope-v2"]'
runner-group: Default
runner-labels: '["self-hosted", "macOS", "ARM64", "ci-scope"]'
runner-label: ci-scope
4 changes: 3 additions & 1 deletion .github/workflows/python-quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
python-quality-gate:
uses: ForkHorizon/ci-gates/.github/workflows/python-quality.yml@main
with:
runs-on: '["self-hosted", "macOS", "ARM64", "ci-scope", "ci-scope-v2"]'
runner-group: Default
runner-labels: '["self-hosted", "macOS", "ARM64", "ci-scope"]'
runner-label: ci-scope
5 changes: 4 additions & 1 deletion .github/workflows/slop-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
slop-review:
uses: ForkHorizon/ci-gates/.github/workflows/slop-review.yml@main
with:
runs-on: '["self-hosted", "macOS", "ARM64", "ci-scope", "ci-scope-v2"]'
runner-group: Default
runner-labels: '["self-hosted", "macOS", "ARM64", "ci-scope-ai"]'
runner-label: ci-scope-ai
model: qwen3-coder:30b-a3b-q4_K_M
4 changes: 3 additions & 1 deletion .github/workflows/unity-quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
unity-quality-gate:
uses: ForkHorizon/ci-gates/.github/workflows/unity-quality.yml@main
with:
runs-on: '["self-hosted", "macOS", "ARM64", "ci-scope", "ci-scope-v2"]'
runner-group: Default
runner-labels: '["self-hosted", "macOS", "ARM64", "ci-scope"]'
runner-label: ci-scope
duplication-threshold: "2"
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,11 @@ jobs:
# two same-run jobs with byte-identical runs-on let GitHub's scheduler
# hand a connecting runner EITHER one, not necessarily the one the broker
# leased it for (NexusUnity PR #145, 2026-07-04).
runs-on: [self-hosted, macOS, ARM64, ci-scope]
runs-on: [self-hosted, macOS, ARM64, ci-scope-ai]
needs: static-validation
concurrency:
group: ci-scope-slop-review
cancel-in-progress: false
env:
NEXUS_DOC_AI_MAX_PARALLEL: "1"
NEXUS_OLLAMA_URL: http://127.0.0.1:11434
Expand Down
Loading