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
1 change: 1 addition & 0 deletions v1/providers/shadeform/gen/shadeform/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,7 @@ components:
- fpt
- hydra
- amaya
- verda
example: hyperstack
type: string
Region:
Expand Down
2 changes: 2 additions & 0 deletions v1/providers/shadeform/gen/shadeform/docs/Cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@

* `AMAYA` (value: `"amaya"`)

* `VERDA` (value: `"verda"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 2 additions & 0 deletions v1/providers/shadeform/gen/shadeform/model_cloud.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/providers/shadeform/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestValidationFunctions(t *testing.T) {

config := validation.ProviderConfig{
Credential: NewShadeformCredential("validation-test", apiKey),
StableIDs: []v1.InstanceTypeID{"datacrunch_B200_helsinki-finland-5", "massedcompute_L40_desmoines-usa-1"},
StableIDs: []v1.InstanceTypeID{"verda_B200_helsinki-finland-5", "massedcompute_L40_desmoines-usa-1"},
}

validation.RunValidationSuite(t, config)
Expand Down
Loading