Skip to content

Commit

Permalink
[Test] Fix test 'test_update_slurm' adapting the constraint in the sb…
Browse files Browse the repository at this point in the history
…atch command to the flexible instance types used in the config.

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Dec 5, 2024
1 parent 3149317 commit 7a692bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/tests/update/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def test_update_slurm(region, pcluster_config_reader, s3_bucket_factory, cluster

# Launch a new instance for queue1 and test updated pre/post install script execution and extra json update
# Add a new dynamic node t3.small to queue1-i3
new_compute_node = _add_compute_nodes(slurm_commands, "queue1", "t3.small")
new_compute_node = _add_compute_nodes(slurm_commands, "queue1", "t3.small OR t3a.small OR t3.medium OR t3a.medium")

logging.info(f"New compute node: {new_compute_node}")

Expand Down

0 comments on commit 7a692bf

Please sign in to comment.