Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-parallelcluster
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: aws/aws-parallelcluster
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-3.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 7 contributors

Commits on Nov 11, 2021

  1. Move c5n.18xlarge tests to BAH

    Signed-off-by: Tim Lane <[email protected]>
    Tim Lane authored and tilne committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    efc4e1e View commit details
    Browse the repository at this point in the history
  2. Add CODEOWNERS file

    Signed-off-by: Tim Lane <[email protected]>
    Tim Lane authored and tilne committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    41bf776 View commit details
    Browse the repository at this point in the history
  3. Increase timeout when waiting for job to run

    Signed-off-by: Tim Lane <[email protected]>
    Tim Lane authored and tilne committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b1ba8a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Move integration test test_pcluster_configure to mitigate ICEs of m6g…

    ….xlarge
    
    Signed-off-by: chenwany <[email protected]>
    chenwany committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5263a8d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Nov 25, 2021

  1. Revert "Move c6gn EFA tests to ap-northeast-1"

    This reverts commit 3a24e1a.
    demartinofra committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    915db25 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. integ-tests: do not use EFA instances for head node

    The big head node instance type was used to speed up NCCL tests
    but we don't need EFA enabled instances for it because we're not enabling it
    from the Launch Template.
    
    Signed-off-by: Enrico Usai <[email protected]>
    Enrico Usai authored and enrico-usai committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8d4b6d6 View commit details
    Browse the repository at this point in the history
  2. Disable C0103 pylint check (snake_case naming style) for eq method ov…

    …erride
    
    Signed-off-by: Enrico Usai <[email protected]>
    Enrico Usai authored and enrico-usai committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f886e7a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Improve method to attach a volume to an instance waiting to be attached

    Note: I replaced the attach_volume boto3 call with Volume.attach_to_instance method
    because it contains the state of the attachment in the response.
    
    Signed-off-by: Enrico Usai <[email protected]>
    Enrico Usai authored and enrico-usai committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f29a088 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Disable build AMI test for centos7

    Disable test because of #3584
    
    Signed-off-by: Luca Carrogu <[email protected]>
    lukeseawalker committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    57b3f1b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Switch from g3.8xlarge to g4dn.xlarge for dcv test

    Signed-off-by: Luca Carrogu <[email protected]>
    lukeseawalker committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    4a83a0b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Switch region and instance type size for dcv test

    from g4dn.xlarge to g4dn.2xlarge
    from ca-central-1 to us-east-1
    
    Signed-off-by: Luca Carrogu <[email protected]>
    lukeseawalker committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    eac2c84 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Bump version to 3.0.3

    Signed-off-by: Francesco De Martino <[email protected]>
    demartinofra committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    a2c144d View commit details
    Browse the repository at this point in the history
  2. Add test for log4j-cve-2021-44228-hotpatch service

    Signed-off-by: Francesco De Martino <[email protected]>
    demartinofra committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    48376df View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Add missing OperatingSystemName to AMI tests

    Signed-off-by: Francesco De Martino <[email protected]>
    demartinofra committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e60e9a7 View commit details
    Browse the repository at this point in the history
  2. Download/install aws-cfn-bootstrap-py3-latest.tar.gz for all OSes bes…

    …ides Amazon Linux
    
    The latest release (version 0.6.0) of [pystache](https://pypi.org/project/pystache/) removed the support for Python2. This package is a dependency of aws-cfn-bootstrap-latest.tar.gz.
    
    The latest (version 1.4-34)  [aws-cfn-bootstrap-latest.tar.gz](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/releasehistory-aws-cfn-bootstrap.html#releasehistory-aws-cfn-bootstrap-v1) became incompatible with Python2 after the pystache update, and it is recommended in [CloudFormation helper scripts reference](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-helper-scripts-reference.html) to use the latest installation package for Python3.
    
    Signed-off-by: Hanwen <[email protected]>
    hanwen-cluster authored and lukeseawalker committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    84aeb60 View commit details
    Browse the repository at this point in the history
  3. [integ-tests] increase retries on url validation

    Signed-off-by: Luca Carrogu <[email protected]>
    lukeseawalker committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ab5ce48 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Improve get_image_log_events test to use the actual first message and…

    … not a predefined one
    
    It is not always true that the first message is the cloud init debug message,
    sometimes the first message is "STARTED SETUP", causing the test to fail.
    
    A failing test was returning:
    `AssertionError: Expected <Setup: STARTED SETUP> to match pattern <Document arn:aws.*:imagebuilder:.*parallelclusterimage.*>, but did not.`
    
    and the message order was:
    ```
    events = [
      {'message': 'Setup: STARTED SETUP', 'timestamp': '2022-01-19T07:24:05.899Z'},
      {'message': 'Setup: Document arn:aws.*:imagebuilder:.*parallelclusterimage.* is an EC2 Image Builder Component Version Arn', 'timestamp': '2022-01-19T07:24:05.900Z'}
    ]
    ```
    
    With this patch we're using the actual first message to verify if it's in the list of returned events.
    We don't need to check the cloud init debug message is the first one or that it is present.
    
    Signed-off-by: Enrico Usai <[email protected]>
    Signed-off-by: Hanwen <[email protected]>
    Enrico Usai authored and hanwen-pcluste committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    f0b0e7e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Add p4d tests for single OS

    Signed-off-by: Francesco De Martino <[email protected]>
    demartinofra authored and lukeseawalker committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    09efe2b View commit details
    Browse the repository at this point in the history
Loading