Skip to content

Commit

Permalink
update pm system tests for new auto_batch_clusters yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton22305 committed Sep 19, 2024
1 parent 9394896 commit 8bb1380
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions apps/dashboard/test/system/project_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: ''
Expand Down Expand Up @@ -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: ''
Expand Down

0 comments on commit 8bb1380

Please sign in to comment.