Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration-tests/configs/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ Build:
InstanceType: {{ instance }}
ParentImage: {{ parent_image }}
UpdateOsPackages:
Enabled: true
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
Loading