Enhance day 2 operations to run individual package tests in parallelization#767
Conversation
|
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. |
2a54d03 to
a023f10
Compare
|
PASS: The PR title, generated description, and commit message are all clear, descriptive, and consistent with each other. No changes are required. |
a023f10 to
29e6ee7
Compare
|
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. |
| @@ -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 | |||
There was a problem hiding this comment.
Is there a particular reason that pit.weekly/pit.elemental was added?
There was a problem hiding this comment.
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.
29e6ee7 to
cf7d821
Compare
|
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. |
cf7d821 to
9516257
Compare
|
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. |
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.