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 python/ray/autoscaler/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def _bootstrap_config(config: Dict[str, Any],
provider_cls = importer(config["provider"])

with cli_logger.timed( # todo: better message
"Bootstraping {} config",
"Bootstrapping {} config",
PROVIDER_PRETTY_NAMES.get(config["provider"]["type"])):
resolved_config = provider_cls.bootstrap_config(config)

Expand Down
2 changes: 1 addition & 1 deletion python/ray/tests/test_cli_patterns/test_ray_attach.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Bootstraping AWS config
Bootstrapping AWS config
Fetched IP: .+
ubuntu@ip-.+:~\$ exit
2 changes: 1 addition & 1 deletion python/ray/tests/test_cli_patterns/test_ray_exec.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Bootstraping AWS config
Bootstrapping AWS config
Fetched IP: .+
This is a test!
4 changes: 2 additions & 2 deletions python/ray/tests/test_cli_patterns/test_ray_submit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bootstraping AWS config
Bootstrapping AWS config
Fetched IP: .+
Bootstraping AWS config
Bootstrapping AWS config
Fetched IP: .+
This is a test!
2 changes: 1 addition & 1 deletion python/ray/tests/test_cli_patterns/test_ray_up.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cluster configuration valid

Cluster: test-cli

Bootstraping AWS config
Bootstrapping AWS config
AWS config
IAM Profile: .+ \[default\]
EC2 Key pair \(head & workers\): .+ \[default\]
Expand Down