Skip to content

Conversation

@himani2411
Copy link
Contributor

@himani2411 himani2411 commented Feb 10, 2025

Description of changes

Dependent on and Detailed description in aws/aws-parallelcluster-cookbook#2875

Tests

test-suites:
  update:
    test_update.py::test_dynamic_file_systems_update:
      dimensions:
        - regions: [ "us-east-2" ]
          instances: {{ common.INSTANCES_DEFAULT_X86 }}
          oss: [ "alinux2023" ]
          schedulers: [ "slurm" ]
    test_update.py::test_update_slurm:
      dimensions:
        - regions: ["eu-central-1"]
          instances: {{ common.INSTANCES_DEFAULT_X86 }}
          oss: ["rocky8"]
    test_update.py::test_update_compute_ami:
      dimensions:
        - regions: ["eu-west-1"]
          instances: {{ common.INSTANCES_DEFAULT_X86 }}
          oss: ["rocky9"]
    test_update.py::test_update_instance_list:
      dimensions:
        - regions: ["ap-south-1"]
          instances: {{ common.INSTANCES_DEFAULT_X86 }}
          oss: ["ubuntu2004"]
          schedulers: ["slurm"]
    test_update.py::test_queue_parameters_update:
      dimensions:
        - regions: [ "ap-south-1" ]
          instances: {{ common.INSTANCES_DEFAULT_X86 }}
          oss: ["alinux2"]
          schedulers: [ "slurm" ]
    test_update.py::test_dynamic_file_systems_update_rollback:
      dimensions:
        - regions: [ "us-east-2" ]
          instances: {{ common.INSTANCES_DEFAULT_X86 }}
          oss: [ "rhel8" ]
          schedulers: [ "slurm" ]

References

  • Link to impacted open issues.
  • Link to related PRs in other packages (i.e. cookbook, node).
  • Link to documentation useful to understand the changes.

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@himani2411 himani2411 added skip-changelog-update Disables the check that enforces changelog updates in PRs 3.x labels Feb 10, 2025
@himani2411 himani2411 requested review from a team as code owners February 10, 2025 16:03
@himani2411 himani2411 force-pushed the develop-cfn-init-remove branch 2 times, most recently from b328614 to a97b923 Compare February 19, 2025 15:21
Himani Anil Deshpande added 6 commits February 19, 2025 12:13
@himani2411 himani2411 force-pushed the develop-cfn-init-remove branch from a97b923 to 688cc87 Compare February 19, 2025 17:14
@himani2411 himani2411 merged commit 628710d into aws:develop Feb 19, 2025
24 checks passed
hgreebe pushed a commit to hgreebe/aws-parallelcluster that referenced this pull request Feb 26, 2025
* [CN] Removing usage of cfn-init in compute Node bootstrapping

* Using cloud-init native approach for creating files

* Giving HN DescribeLaunchTemplateVersions Permissions

* Adding CFN LogicalId for Compute Launch Template

* [Unit Test] Update user_data variables for head Node

* Change dna.json and extra.json test for compute fleet

* Code-linting changes

* Removing unwanted comments

* Removing unused variables and imports

---------

Co-authored-by: Himani Anil Deshpande <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.x skip-changelog-update Disables the check that enforces changelog updates in PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants