Skip to content

Commit 1608f22

Browse files
committed
chore: ignore A/B network latency test on m6a/m7a instances
Network latency (ping) A/B tests on m6a.metal and m7a.metal-48xl exhibit high variance, causing flaky failures. This is consistent with the existing exclusion of network throughput tests on these AMD instances. Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent 6fa04c3 commit 1608f22

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/ab_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ def format_with_reduced_unit(value, unit):
126126
"performance_test": "test_vsock_throughput",
127127
"mode": "g2h",
128128
},
129+
# Network latency on m6a.metal / m7a.metal
130+
*[
131+
{"instance": instance, "performance_test": "test_network_latency"}
132+
for instance in ["m6a.metal", "m7a.metal-48xl"]
133+
],
129134
# Network latencies on m8i.metal-{48,96}xl w/ 5.10 host
130135
*[
131136
{

0 commit comments

Comments
 (0)