[TEST — DO NOT MERGE] Pin ITensorActions reusables to the mf/subdir-inputs branch#179
Closed
[TEST — DO NOT MERGE] Pin ITensorActions reusables to the mf/subdir-inputs branch#179
Conversation
Smoke test for ITensorActions#107. Pins the six reusables that PR changes (or could affect) to its branch ref so SparseArraysBase's CI exercises them with default inputs. Goal: confirm the new inputs (`subdirs` / `extra-dev-paths` / `test-args` / `subdir`) are purely additive and existing single-package consumers see no behavior change. Will close and revert this PR after observation. Not for merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #179 +/- ##
=======================================
Coverage 78.68% 78.68%
=======================================
Files 12 12
Lines 793 793
=======================================
Hits 624 624
Misses 169 169
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3 tasks
Verifies single-package consumer compatibility after recent ITensorActions changes (classify-pr subdir/exclude-subdirs, Tests/IntegrationTest/VersionCheck/CheckCompatBounds/CompatHelper input additions and project→subdir renames). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The IntegrationTest reusable on this branch adds substantive-only default behavior, subdir, and exclude-subdirs. Pinning here so the smoke test actually exercises that path (was still on the v2 release tag before this commit). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Probe: makes the PR substantive (Project.toml change outside IGNORE_AT_ROOT). Expect classify-pr to return substantive=true on IntegrationTest, matrix legs to fire and pass against in-tree SparseArraysBase. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…bles) Probe: PR is now back to .github/workflows changes only. classify-pr on the IntegrationTest reusable (default exclude-paths) should still say triggers=true (workflow files not in default excludes); matrix legs should run. VersionCheck reusable's default exclude-paths adds .github → triggers=false → VersionCheck should skip its bump check. Verifies the no-bump-required-for-workflow-edits regression. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
mtfishman
added a commit
to ITensor/ITensorActions
that referenced
this pull request
May 6, 2026
## Summary Adds subdir-aware inputs to the standard ITensorActions reusables so multi-package repositories (e.g. ITensors.jl with its in-tree NDTensors subpackage) can use them directly instead of maintaining custom workflow YAML. Also makes IntegrationTest skip metadata-only PRs by default, saving CI compute ecosystem-wide. Backward-compatible — single-package consumers pinned to `v2` see no behavior change, smoke-tested via [SparseArraysBase.jl#179](ITensor/SparseArraysBase.jl#179). Shipping as `v2.2.0`. ## Test plan - [x] [SparseArraysBase.jl#179](ITensor/SparseArraysBase.jl#179) — single-package consumer compatibility verified. - [ ] [ITensors.jl#1743](ITensor/ITensors.jl#1743) — multi-package case CI green. - [ ] After merge: tag `v2.2.0` at merge commit, force-update `v2`. --------- Co-authored-by: Claude Opus 4.7 (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.
Summary
Smoke test for ITensorActions#107. Pins the six reusables that PR changes (or could affect) to its branch ref so SparseArraysBase's CI exercises them with default inputs.
Goal: confirm the new inputs (
subdirs/extra-dev-paths/test-args/subdir) are purely additive — existing single-package consumers must see no behavior change.Files pinned:
CompatHelper.yml(newsubdirsinput)Documentation.yml(newextra-dev-pathsinput)Tests.yml(newtest-args+extra-dev-pathsinputs)Registrator.yml(newsubdirinput)VersionCheck.yml(newsubdirsinput + per-project classification rewrite)CheckCompatBounds.yml(no input change but pinned for completeness)Not for merge
This PR is for observation only. After CI clears (or fails informatively), it'll be closed and the pins reverted.