Document SCML and CybORG smoke checks#103
Open
Muhtasham wants to merge 1 commit intoCodeClash-ai:mainfrom
Open
Document SCML and CybORG smoke checks#103Muhtasham wants to merge 1 commit intoCodeClash-ai:mainfrom
Muhtasham wants to merge 1 commit intoCodeClash-ai:mainfrom
Conversation
b54d86b to
cdc0d18
Compare
cdc0d18 to
bacef11
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.
Summary
status: "ok"/steps_completeddetail shape.Why
This makes the newly merged SCML and CybORG arenas easier to sanity-check after pulling
main: a reviewer can run one command per arena and verify validation, player-name mapping, scoring, and log artifact generation without reading the runtime code first.Verification
uv run python main.py configs/examples/SCML__dummy__r1__s2.yaml -o /tmp/codeclash-scml-smokealpha/betascores and metadata/log artifacts.uv run python main.py configs/examples/CybORG__dummy__r1__s2.yaml -o /tmp/codeclash-cyborg-smokestatus: "ok"andsteps_completed: 5; metadata/log artifacts were written.uv run pre-commit run --files docs/reference/arenas/scml.md docs/reference/arenas/cyborg.mduv run mkdocs buildgit diff --checkNotes
-odirectory when rerunning smoke checks instead of deleting output directories.