hip-tests: Disable two hip-tests UTs blocked by Compiler ww28 SMP 2.5 - #7144
Open
lajagapp wants to merge 1 commit into
Open
hip-tests: Disable two hip-tests UTs blocked by Compiler ww28 SMP 2.5#7144lajagapp wants to merge 1 commit into
lajagapp wants to merge 1 commit into
Conversation
Signed-off-by: Lenine Ajagappane <Lenine.Ajagappane@amd.com>
✅ All Checks Passed — Ready for Review
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🎉 All checks passed! This PR is ready for review. |
ronlieb
self-requested a review
August 6, 2026 11:52
ronlieb
approved these changes
Aug 6, 2026
lajagapp
marked this pull request as ready for review
August 6, 2026 13:25
Contributor
|
Is this landable now from DevOps perspective ? |
ScottTodd
approved these changes
Aug 7, 2026
Member
|
Yes, though the list of skipped targets may not be exhaustive in that file. We run nightly tests on all devices we have test runners for in https://github.com/ROCm/rockrel/actions/workflows/test_artifacts.yml |
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
Temporarily exclude
Unit_hip_linker_spirv_inputandUnit_hipExtModuleLaunchKernel_CheckCodeObjAttrfrom TheRock hip-tests CI so TheRock#7052 (Compiler ww28 SMP 2.5) promotion is not blocked.Motivation
Multi-Arch CI hip-tests fail with amd-llvm
7287e2062fa6from #7052. These issues will be fixed in rocm-systems, which is exposed by the compiler promotion PR. CI exclusion is a short-term unblock until runtime/compiler owners deliver a fix.Test plan
ctest --exclude-regexintest_hiptests.py)TEST_TO_IGNOREentries and re-run hip-tests on mainRelated