Commit dddfe09
Fix PrimeIntellect query_instances TypeError on retry_if_missing (#9259)
* Fix PrimeIntellect query_instances missing retry_if_missing parameter
The PrimeIntellect provider's query_instances() was missing the
retry_if_missing parameter that the base interface expects, causing a
TypeError when SkyPilot tried to query cluster status.
Fixes #9256
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Address review: add missing cluster_name param and PROVISIONING status mapping
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update sky/provision/primeintellect/instance.py
---------
Co-authored-by: Kai <kai@kaiisfree.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Daniel Shin <88547237+kyuds@users.noreply.github.com>1 parent 290fe13 commit dddfe09
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| 424 | + | |
424 | 425 | | |
425 | 426 | | |
426 | 427 | | |
| 428 | + | |
427 | 429 | | |
428 | 430 | | |
| 431 | + | |
429 | 432 | | |
430 | 433 | | |
431 | 434 | | |
432 | 435 | | |
433 | 436 | | |
| 437 | + | |
434 | 438 | | |
435 | 439 | | |
436 | 440 | | |
| |||
0 commit comments