Refresh downstream test list - #2680
Open
CarloLucibello wants to merge 2 commits into
Open
Conversation
Add missing FluxCUDAcuDNNExt and FluxFiniteDifferencesExt entries, and correct FluxMPINCCLExt trigger packages (CUDA + MPI + NCCL). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Only show downstream checks on PRs labeled 'run downstream test' (dynamic matrix; no broken-looking skipped check otherwise). - Drop repos with no commits in over a year (Transformers.jl, FastAI.jl, Flux3D.jl, Torch.jl). - Add Tsunami.jl and GraphNeuralNetworks.jl (monorepo subdir support). Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Updates the
DownstreamCI workflow.Only show downstream checks when requested
The job was gated by the
run downstream testlabel, but when unlabeled it surfaced as a confusing skipped check with the unexpanded${{ matrix.package.repo }}/${{ matrix.package.group }}name. The package list is now produced by a smallpreparejob via a dynamic matrix: when the label is absent the matrix is empty, so zerotestjobs are instantiated and no broken-looking check appears.Drop stale downstream packages
Removed repos with no commits in over a year:
chengchingwen/Transformers.jlFluxML/FastAI.jlFluxML/Flux3D.jlFluxML/Torch.jlAdd downstream packages
CarloLucibello/Tsunami.jlJuliaGraphs/GraphNeuralNetworks.jl— a package inside a monorepo. Added per-entrysubdirsupport: the subdir is passed via a stepenvand the test script activatesdownstream/<subdir>.🤖 Generated with Claude Code