Skip to content

Commit

Permalink
ci: skip test_maps on s390x
Browse files Browse the repository at this point in the history
It's flaky and OOMs pretty frequently. We get lots of signal on x86-64,
so let's disable it on s390x.

Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Aug 12, 2024
1 parent 2eec6bb commit caf71cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ def tests(self) -> Dict[str, Any]:
"test_progs_parallel",
"test_progs_no_alu32",
"test_progs_no_alu32_parallel",
"test_maps",
"test_verifier",
]

if self.arch.value != "s390x":
tests_list.append("test_maps")

if self.toolchain.version >= 18:
tests_list.append("test_progs_cpuv4")

Expand Down

0 comments on commit caf71cc

Please sign in to comment.