From @bogner's comment:
The offload test suite seems to be failing to clean up the working directory of the builders and leaving tests from other PRs around.
For example, Added WaveOps tests for QuadReadLaneAt by kcloudy0717 · Pull Request #1335 · llvm/offload-test-suite is failing on InlineRT/geometry-transform (Added WaveOps tests for QuadReadLaneAt · llvm/offload-test-suite@0a21459), but that's introduced in Add per-geometry Transform on TriangleGeometryDesc by MarijnS95 · Pull Request #1288 · llvm/offload-… which is not merged.
We need to fix the infrastructure to make sure to start fresh and delete any pre-existing tests that were extracted from any previous artifacts.
From @bogner's comment:
The offload test suite seems to be failing to clean up the working directory of the builders and leaving tests from other PRs around.
For example, Added WaveOps tests for QuadReadLaneAt by kcloudy0717 · Pull Request #1335 · llvm/offload-test-suite is failing on InlineRT/geometry-transform (Added WaveOps tests for QuadReadLaneAt · llvm/offload-test-suite@0a21459), but that's introduced in Add per-geometry Transform on TriangleGeometryDesc by MarijnS95 · Pull Request #1288 · llvm/offload-… which is not merged.
We need to fix the infrastructure to make sure to start fresh and delete any pre-existing tests that were extracted from any previous artifacts.