Draft
Conversation
(cherry picked from commit 285b6d3b7d3e4004e19975ae4426a07b27dd7d5f)
Collaborator
Author
|
@dhuseby Some tests are failing due to timeout, |
19695c7 to
92621fc
Compare
Contributor
|
I just tested this locally with |
action.yml: add transport-select and transport-ignore inputs so callers can scope the test matrix to specific transports. The new flags are wired through to run.sh --transport-select / --transport-ignore. perf-pr.yml: on automatic PR triggers (push to a branch), default transport-select=quic-v1 so only the quic-v1 rows of the test matrix run — reducing CI time from ~1.5 hours to ~15 minutes. The full matrix is still available for manual workflow_dispatch runs (default transport-select=quic-v1 which can be overridden to '' for all). perf/images.yaml: bump python-v0.x commit to 88a3df81 (fixes 1 GB download stall in CI via busy-wait pacing + larger timeouts/buffers).
Collaborator
3 tasks
Contributor
|
@sumanjeet0012 it seems like you and @acul71 are trying to do the same thing. @acul71 has this PR: #37 I think you two should combine efforts. |
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
libp2p/test-plans#808intolibp2p/unified-testing.perf/images.yamlto includepython-v0.xin perf aliases and add python implementation configuration for perf runs.Context
Test plan
--test-select "~python".