ci: wire integration baseline + env-var defaults.conf resolution#512
Closed
spreston8 wants to merge 1 commit into
Closed
ci: wire integration baseline + env-var defaults.conf resolution#512spreston8 wants to merge 1 commit into
spreston8 wants to merge 1 commit into
Conversation
Track system-integration's refactor/integration-test-framework branch tip
(was pinned to 2ace29f4) and run the canonical baseline:
- walk tests/{shared,custom,standalone}/
- apply current deselect list (7 entries: load, slow-deploy, asymmetric
finalization, ft-convergence, bonding-validators, joiner-self-proposes
WIP, observer-lfs-sync WIP)
- xdist -n auto with loadgroup, instafail, maxfail=10
Set F1R3FLY_NODE_DEFAULTS_CONF so NodeConf.resolve() finds the node's
defaults.conf at the CI checkout location (where f1r3node is the outer
checkout and system-integration is nested under it).
spreston8
added a commit
that referenced
this pull request
May 11, 2026
Targets the new ephemeral runner label set. Reuses the canonical baseline command + deselect list from PR #512 (TODO.md §1). Runs against the staging Docker image pre-pulled into the baked golden image. Trigger 10x via workflow_dispatch for parallel soak runs; --maxfail=1 surfaces the first failure fast per run.
spreston8
added a commit
that referenced
this pull request
May 11, 2026
Targets the new ephemeral runner label set. Reuses the canonical baseline command + deselect list from PR #512 (TODO.md §1). Runs against the staging Docker image pre-pulled into the baked golden image. Trigger 10x via workflow_dispatch for parallel soak runs; --maxfail=1 surfaces the first failure fast per run.
spreston8
marked this pull request as draft
May 13, 2026 00:07
Collaborator
Author
|
Superseded by #516. The env-var resolver for defaults.conf that this PR introduced has already landed on system-integration's `refactor/integration-test-framework` branch (commit bad7fdc) and is used by #516 today. The workflow piece is replaced by #516's ephemeral 20-job dual-provider matrix (docker + subprocess), which is the longer-term direction. Closing in favor of #516. Co-Authored-By: Claude noreply@anthropic.com |
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
Updates the integration-tests CI step on `rust/staging` to:
Why this PR, not edits on #507 / #508
#507 and #508 already had similar CI-wiring commits applied directly. But the right place to fix this is `rust/staging` — once this lands, both PRs (and any future PR off staging) inherit the fix on rebase, and the duplicated wiring commits can be dropped.
Pairs with
Test plan
Co-Authored-By: Claude noreply@anthropic.com