Skip to content

Align test-map cache key between generator and selector - #540

Merged
cvanelteren merged 4 commits into
mainfrom
fix/test-map-cache-key
Feb 1, 2026
Merged

Align test-map cache key between generator and selector#540
cvanelteren merged 4 commits into
mainfrom
fix/test-map-cache-key

Conversation

@cvanelteren

Copy link
Copy Markdown
Collaborator

The test selection job always fell back to full because it never restored .ci/test-map.json. The generator workflow caches the map as test-map-${{ github.sha }}, but main.yml was restoring test-map-v2-…,which never matches. This change aligns the restore key prefix to test-map- so the cache can actually be found and select_tests.py can return selected nodeids.

@cvanelteren
cvanelteren merged commit 00c79d2 into main Feb 1, 2026
9 of 10 checks passed
@cvanelteren
cvanelteren deleted the fix/test-map-cache-key branch February 1, 2026 10:30
K-Mirembe-Mercy pushed a commit to K-Mirembe-Mercy/UltraPlot that referenced this pull request Mar 22, 2026
* Add debug output for selected mpl tests

* Add select-tests debug logging

* Align test map cache key with generator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant