ci: test exact filecoin-services release candidates - #167
Draft
rjan90 wants to merge 7 commits into
Draft
Conversation
100 tasks
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
filecoin_services_commitinput to the existing manual nightly workflowstability-frontier-filecoin-serviceswhen that input is suppliedContext
This is intentionally stacked on #154, which introduces the mixed dependency profiles and independent PDP resolution. It enables the filecoin-services
v1.3.1candidate to be tested at exact commit4d8f21a96eceddf29619a606f57665ab1a0b9369before the tag exists.The candidate run must happen before creating
v1.3.1: PDP stability is derived from the latest stable filecoin-services tag, so tagging first would change the old-PDP compatibility baseline.Scheduled nightly behavior is unchanged. A normal manual dispatch without the new input still runs the full existing matrix.
Validation
python3 -m unittest scripts.tests.test_resolve_ci_dependencies— 28 passedpython3 -m unittest discover -s scripts/tests -p 'test_*.py'— 34 passedgit diff --checkpassed4d8f21a96eceddf29619a606f57665ab1a0b9369b8ae60d12490d9821c86781f37470037fcc4dc10from filecoin-servicesv1.3.0stabilityThe repository-wide local lint run passed formatting and all Python tests. Local Clippy reported two existing
&PathBufwarnings in untouched Rust files; #154's current CI run is green for both lint and cargo tests.