Skip to content

Conversation

@cvanelteren
Copy link
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
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.

2 participants