From 4900c609686af6ece568ca14ee47ac0818d4fe9c Mon Sep 17 00:00:00 2001 From: Hanwen Date: Fri, 24 Jan 2025 06:34:06 -0800 Subject: [PATCH] [integ-test] Fix test_cluster_with_gpu_health_checks This bug was introduced by https://github.com/aws/aws-parallelcluster/pull/6645 Signed-off-by: Hanwen --- .../tests/health_checks/test_gpu_health_checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration-tests/tests/health_checks/test_gpu_health_checks.py b/tests/integration-tests/tests/health_checks/test_gpu_health_checks.py index 910af7f69f..afaf7cf817 100644 --- a/tests/integration-tests/tests/health_checks/test_gpu_health_checks.py +++ b/tests/integration-tests/tests/health_checks/test_gpu_health_checks.py @@ -22,6 +22,7 @@ class NodeHealthStatus: @pytest.mark.usefixtures("instance", "os", "scheduler") def test_cluster_with_gpu_health_checks( region, + architecture, pcluster_config_reader, s3_bucket_factory, clusters_factory,