Skip to content

[Test] In test_patching_cluster add possibility to specify the patching flavour to be either minimal (minimal security-only updates, the default) or full (full Os package update).#7469

Merged
gmarciani merged 1 commit into
aws:developfrom
gmarciani:wip/mgiacomo/3160/test-patching-0702-1
Jul 2, 2026
Merged

Conversation

@gmarciani

@gmarciani gmarciani commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Description of changes

In test_patching_cluster add possibility to specify the patching flavour to be either:

  • minimal: minimal security-only updates, the default
  • full: full Os package update

Tests

SUCCESS:

test-suites:
  patching:
    test_patching.py::test_patching_cluster:
      dimensions:
        - regions: [{{ g4dn_8xlarge_CAPACITY_RESERVATION_3_INSTANCES_2_HOURS_NOPG_rocky8 }}]
          instances: ["g4dn.8xlarge"]
          oss: ["rocky8"]
          schedulers: ["slurm"]
          flags: ["patching:full"]
        - regions: [{{ g4dn_8xlarge_CAPACITY_RESERVATION_3_INSTANCES_2_HOURS_NOPG_ubuntu2404 }}]
          instances: ["g4dn.8xlarge"]
          oss: ["ubuntu2404"]
          schedulers: ["slurm"]
          flags: ["patching:full"]

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

@gmarciani gmarciani requested review from a team as code owners July 2, 2026 17:09
@gmarciani gmarciani added skip-changelog-update Disables the check that enforces changelog updates in PRs 3.x Test labels Jul 2, 2026
@gmarciani gmarciani force-pushed the wip/mgiacomo/3160/test-patching-0702-1 branch 3 times, most recently from 0c58f34 to 2a43cfd Compare July 2, 2026 18:01
…ng flavour to be either minimal (minimal security-only updates, the default) or full (full Os package update).
@gmarciani gmarciani force-pushed the wip/mgiacomo/3160/test-patching-0702-1 branch from 2a43cfd to d9a0898 Compare July 2, 2026 18:15
Type: String
Default: minimal
AllowedValues:
- minimal

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: "security" is more expressive than "minimal"

@gmarciani gmarciani merged commit 9407947 into aws:develop Jul 2, 2026
19 checks passed
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 Test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants