-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add integration tests for kueue for A3 high #3236
base: develop
Are you sure you want to change the base?
add integration tests for kueue for A3 high #3236
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e6c1f0 - Browse repository at this point
Copy the full SHA 6e6c1f0View commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e55db71 - Browse repository at this point
Copy the full SHA e55db71View commit details -
Fix version constraint for resource-policy module
Remove upper bound for best practices and impose correct lower bound https://github.com/hashicorp/terraform-provider-google-beta/releases/tag/v4.56.0
Configuration menu - View commit details
-
Copy full SHA for 784a6f5 - Browse repository at this point
Copy the full SHA 784a6f5View commit details -
Revert "Free slurm-gcp v5 hybrid blueprints with the latest cluster t…
…oolkit" This reverts commit 5cb64ac.
Configuration menu - View commit details
-
Copy full SHA for fdaa6a2 - Browse repository at this point
Copy the full SHA fdaa6a2View commit details -
Update minimum Terraform release for gke-node-pool
The use of check blocks requires Terraform 1.5 and above.
Configuration menu - View commit details
-
Copy full SHA for 03dec8b - Browse repository at this point
Copy the full SHA 03dec8bView commit details -
Make gke-node-pool compatible with TPG 6.x
The gke-node-pool module uses older "attribute" syntax for the GPU-related arguments that has been removed in the google Terraform plugin 6.x. This commit replaces attribute syntax with block syntax. The key to understanding this change is that a dynamic block iterating over a list is equivalent to null when the list is empty (no dynamic blocks are inserted). The gpu_sharing_config and gpu_driver_installation_config settings are not (and never were) list(object) in the Terraform plugin. They could only ever taken on length 0 or 1. These are therefore being converted to object format as they are in the API. https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#nested_guest_accelerator https://developer.hashicorp.com/terraform/language/attr-as-blocks
Configuration menu - View commit details
-
Copy full SHA for c3ac4f7 - Browse repository at this point
Copy the full SHA c3ac4f7View commit details -
Align GKE documentation and examples with TPG 6.x
This commit fixes the documentation and examples to align with changes introduced in a9c2a69 to make gke-node-pool module compatible with TPG 6.x.
Configuration menu - View commit details
-
Copy full SHA for 8549118 - Browse repository at this point
Copy the full SHA 8549118View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c3581 - Browse repository at this point
Copy the full SHA e5c3581View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4649718 - Browse repository at this point
Copy the full SHA 4649718View commit details