From 43fb02139ecf0499ba58a5092c9f67a5b683b668 Mon Sep 17 00:00:00 2001 From: David Pratt Date: Wed, 30 Nov 2022 14:53:25 -0800 Subject: [PATCH] Move efa benchmark test to eu-west-1 for capacity Signed-off-by: David Pratt --- tests/integration-tests/configs/develop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/configs/develop.yaml b/tests/integration-tests/configs/develop.yaml index 06dac5bc93..54eef502a1 100644 --- a/tests/integration-tests/configs/develop.yaml +++ b/tests/integration-tests/configs/develop.yaml @@ -13,7 +13,7 @@ test-suites: efa: test_efa.py::test_efa: dimensions: - - regions: ["us-west-2"] + - regions: ["eu-west-1"] instances: ["c5n.18xlarge"] oss: ["alinux2"] schedulers: ["slurm"]