Skip to content
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

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    6e6c1f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    e55db71 View commit details
    Browse the repository at this point in the history
  2. 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
    tpdownes authored and ighosh98 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    784a6f5 View commit details
    Browse the repository at this point in the history
  3. Revert "Free slurm-gcp v5 hybrid blueprints with the latest cluster t…

    …oolkit"
    
    This reverts commit 5cb64ac.
    tpdownes authored and ighosh98 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fdaa6a2 View commit details
    Browse the repository at this point in the history
  4. Update minimum Terraform release for gke-node-pool

    The use of check blocks requires Terraform 1.5 and above.
    tpdownes authored and ighosh98 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    03dec8b View commit details
    Browse the repository at this point in the history
  5. 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
    tpdownes authored and ighosh98 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c3ac4f7 View commit details
    Browse the repository at this point in the history
  6. 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.
    tpdownes authored and ighosh98 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8549118 View commit details
    Browse the repository at this point in the history
  7. add kueue 0.9.0 tas support

    ighosh98 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e5c3581 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    4649718 View commit details
    Browse the repository at this point in the history