Skip to content

Commit c5a902d

Browse files
jplehrMeinersbur
andauthored
[AMDGPU][Offload] Exclude flaky test on one bot (#385)
This test is for some unknown reason quite flaky on this particular machine. Excluding it. --------- Co-authored-by: Michael Kruse <[email protected]>
1 parent d38a911 commit c5a902d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,8 @@
20212021
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_CFLAGS=-fopenmp;-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa;-march=gfx906",
20222022
"-DTEST_SUITE_SOLLVEVV_OFFLOADING_LDLAGS=-fopenmp;-fopenmp-targets=amdgcn-amd-amdhsa;-Xopenmp-target=amdgcn-amd-amdhsa;-march=gfx906",
20232023
],
2024-
add_lit_checks=["check-offload", "check-libc-amdgcn-amd-amdhsa"]
2024+
add_lit_checks=["check-offload", "check-libc-amdgcn-amd-amdhsa"],
2025+
add_openmp_lit_args=["--filter-out=offloading/pgo1.c"],
20252026
)},
20262027

20272028
{'name' : "openmp-offload-amdgpu-clang-flang",

0 commit comments

Comments
 (0)