From c6d908fa469c5c316cc78bd89d150f09ae6d6d28 Mon Sep 17 00:00:00 2001 From: Helena Greebe Date: Wed, 5 Aug 2026 10:22:05 -0400 Subject: [PATCH] Increase test_custom_image instance to 2xlarge and disable lustre client --- tests/integration-tests/configs/develop.yaml | 2 +- .../test_api/test_custom_image/image.config.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/integration-tests/configs/develop.yaml b/tests/integration-tests/configs/develop.yaml index b38406dddf..68746f9232 100644 --- a/tests/integration-tests/configs/develop.yaml +++ b/tests/integration-tests/configs/develop.yaml @@ -776,7 +776,7 @@ test-suites: test_api.py::test_custom_image: dimensions: - regions: ["sa-east-1"] - instances: {{ common.INSTANCES_DEFAULT_X86 }} + instances: ["c5.2xlarge"] oss: [{{ OS_X86_4 }}] test_api.py::test_login_nodes: dimensions: diff --git a/tests/integration-tests/tests/pcluster_api/test_api/test_custom_image/image.config.yaml b/tests/integration-tests/tests/pcluster_api/test_api/test_custom_image/image.config.yaml index 4641db88e9..e965504424 100644 --- a/tests/integration-tests/tests/pcluster_api/test_api/test_custom_image/image.config.yaml +++ b/tests/integration-tests/tests/pcluster_api/test_api/test_custom_image/image.config.yaml @@ -4,4 +4,8 @@ Build: InstanceType: {{ instance }} ParentImage: {{ parent_image }} UpdateOsPackages: - Enabled: true \ No newline at end of file + Enabled: true + Installation: + LustreClient: + # Disable Lustre installation because these newer operating systems release new kernels more often. Lustre usually does not support the latest kernels + Enabled: False \ No newline at end of file