Skip to content

Fix ASTC LDR parallel tests#1182

Merged
MarkCallow merged 1 commit into
KhronosGroup:mainfrom
walcht:fix-astc-ldr-parallel-tests
Jun 15, 2026
Merged

Fix ASTC LDR parallel tests#1182
MarkCallow merged 1 commit into
KhronosGroup:mainfrom
walcht:fix-astc-ldr-parallel-tests

Conversation

@walcht

@walcht walcht commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Fixes #1181.

*Fixes ASTC LDR testing issues when tests are run in parallel
(e.g., via ctest -C Release -j8). The issue was caused by
multiple ASTC LDR test cases having the same input/output KTX2
filenames.

Signed-off-by: Walid Chtioui <walid.chtioui.main@gmail.com>
@walcht

walcht commented Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

CI is failing because of this actions/runner-images#14232.

Dealing with Github Actions is such a mess...

@MarkCallow

Copy link
Copy Markdown
Collaborator

CI is failing because of this actions/runner-images#14232

No it was not. The brew command was failing because an apparent network glitch caused failures to download 3 packages. The macOS runners currently have Brew 5.1 which only warns about untrusted taps. I have rerun the macOS build. It is succeeding and almost finished.

Thanks for the heads-up. I am preparing an update to the workflow to set an environment variable to disable the trust testing to keep things running after the runners are updated. I'll remove that setting once the taps have been updated.

@MarkCallow MarkCallow merged commit 256f7a5 into KhronosGroup:main Jun 15, 2026
40 of 46 checks passed
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.

ASTC tests fail when running tests in parallel

2 participants