Skip to content

Enhance day 2 operations to run individual package tests in parallelization#767

Merged
markusewalker merged 1 commit into
mainfrom
markus/add-parallelization
Jul 17, 2026
Merged

Enhance day 2 operations to run individual package tests in parallelization#767
markusewalker merged 1 commit into
mainfrom
markus/add-parallelization

Conversation

@markusewalker

@markusewalker markusewalker commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the day 2 operations workflow to support running individual package tests in parallel. By introducing test parallelization, the changes aim to reduce overall execution time and improve efficiency when validating packages.

@github-actions

Copy link
Copy Markdown

PASS: The PR title, generated description, and commit message are all clear, concise, and consistent with each other; they accurately describe the change to enable parallel execution of package tests within day 2 operations.

@github-actions

Copy link
Copy Markdown

PASS: The PR title, generated description, and commit message are all clear, descriptive, and consistent with each other. No changes are required.

@markusewalker
markusewalker force-pushed the markus/add-parallelization branch from a023f10 to 29e6ee7 Compare July 16, 2026 23:10
@github-actions

Copy link
Copy Markdown

PASS: The PR title, generated description, and commit message are all clear, concise, and consistently describe the enhancement to day 2 operations by enabling parallel execution of individual package tests. No changes are required.

susesgartner
susesgartner previously approved these changes Jul 17, 2026
@@ -1,133 +1,75 @@
//go:build (validation || recurring || proxy || ipv6 || dualstack || infra.rke2k3s || cluster.any || stress) && !infra.any && !infra.aks && !infra.eks && !infra.gke && !sanity && !extended
//go:build (validation || recurring || proxy || ipv6 || dualstack || infra.rke2k3s || cluster.any || stress || pit.weekly || pit.elemental) && !infra.any && !infra.aks && !infra.eks && !infra.gke && !sanity && !extended

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.

Is there a particular reason that pit.weekly/pit.elemental was added?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I believe PIT had that in the RKE2 test some time ago. I just copied what was in there into the K3s one, I will remove it.

@github-actions

Copy link
Copy Markdown

PASS: The PR title, generated description, and commit message are all clear, descriptive, and consistent, accurately reflecting the enhancement of day 2 operations with parallel execution for individual package tests. No changes are required.

@markusewalker
markusewalker force-pushed the markus/add-parallelization branch from cf7d821 to 9516257 Compare July 17, 2026 22:09
@github-actions

Copy link
Copy Markdown

PASS: The PR title, generated description, and commit message are clear, descriptive, and consistent, accurately reflecting the enhancement of day 2 operations to support parallel execution of individual package tests.

@markusewalker
markusewalker merged commit d66cff9 into main Jul 17, 2026
4 checks passed
@markusewalker
markusewalker deleted the markus/add-parallelization branch July 17, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants