From 8bb1380a476b52bc47d0b37ff218049184943c45 Mon Sep 17 00:00:00 2001 From: Ashton South Date: Thu, 19 Sep 2024 08:47:15 -0400 Subject: [PATCH] update pm system tests for new auto_batch_clusters yml --- .../test/system/project_manager_test.rb | 32 ++++++++++++++----- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/apps/dashboard/test/system/project_manager_test.rb b/apps/dashboard/test/system/project_manager_test.rb index b6c860cc47..dd59520e7a 100644 --- a/apps/dashboard/test/system/project_manager_test.rb +++ b/apps/dashboard/test/system/project_manager_test.rb @@ -236,8 +236,12 @@ def add_auto_environment_variable(project_id, script_id, save: true) attributes: auto_batch_clusters: options: - - oakley - - owens + - - oakley + - oakley + - data-max-auto-cores: 80 + - - owens + - owens + - data-max-auto-cores: 48 label: Cluster help: '' required: false @@ -281,8 +285,12 @@ def add_auto_environment_variable(project_id, script_id, save: true) attributes: auto_batch_clusters: options: - - oakley - - owens + - - oakley + - oakley + - data-max-auto-cores: 80 + - - owens + - owens + - data-max-auto-cores: 48 label: Cluster help: '' required: false @@ -581,8 +589,12 @@ def add_auto_environment_variable(project_id, script_id, save: true) required: false auto_batch_clusters: options: - - oakley - - owens + - - oakley + - oakley + - data-max-auto-cores: 80 + - - owens + - owens + - data-max-auto-cores: 48 value: oakley label: Cluster help: '' @@ -683,8 +695,12 @@ def add_auto_environment_variable(project_id, script_id, save: true) required: false auto_batch_clusters: options: - - oakley - - owens + - - oakley + - oakley + - data-max-auto-cores: 80 + - - owens + - owens + - data-max-auto-cores: 48 value: oakley label: Cluster help: ''