Skip to content

Commit

Permalink
ci: Disable A/B tests failing on m6i.metal 5.10
Browse files Browse the repository at this point in the history
An AMI update in CI introduced high volatility on m6i.metal 5.10
affecting a large number of performance. This commit disables failing on
this configuration to avoid spurious failures until the AMI is updated
and the volatility has subsided.

Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
  • Loading branch information
JonathanWoollett-Light committed Dec 12, 2023
1 parent de95f22 commit 8bc3ff3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/ab_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"host_kernel": "linux-5.10",
"vcpus": "1",
},
# High volatility due to AMI.
{
"instance": "m6i.metal",
"host_kernel": "linux-5.10",
},
]


Expand Down

0 comments on commit 8bc3ff3

Please sign in to comment.