ci: run regular tests on GitHub-hosted runners (parallel mem acceptance on Github-Large-1)#434
Merged
Merged
Conversation
The self-hosted runner fleet is saturated by MGPUSim MI300 calibration jobs, so regular PR CI sits queued. Move the functional jobs (daisen2/monitoring2 compile, build+lint+test, DRAM validation, NoC acceptance) to ubuntu-latest. mem_acceptance_test runs the parallel-engine variants (mem/acceptance_test.py invokes the binaries with -parallel, which call WithParallelEngine), so it goes to the Github-Large-1 multi-core runner group instead; a 2-core free runner barely exercises parallelism. noc_acceptance_test does not use the parallel engine, so it stays on a free runner. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2c2d8d0 to
69c3301
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
MGPUSim MI300 calibration jobs saturate the shared self-hosted runners, so Akita's regular PR CI sits queued. Move the functional jobs to GitHub-hosted runners.
Changes (
.github/workflows/akita_test.yml)ubuntu-latestgroup: Github-Large-1mem_acceptance_testruns the parallel-engine variants (mem/acceptance_test.pyinvokes the binaries with-parallel, which callWithParallelEngine()), so it needs real cores →Github-Large-1.noc_acceptance_testdoes not use the parallel engine, so it stays free.Notes
dnf ... || apt-get ...), and ubuntu-latest ships gcc, so CGO builds (daisen2's go-sqlite3) still work.pull_requestruns GitHub uses the workflow from the PR's own branch, so open PRs pick this up after merging/rebasingmain(or by applying it to their branch).🤖 Generated with Claude Code