Closed ialidzhikov closed 2 days ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dimitar-kostadinov
The full list of commands accepted by this bot can be found here.
The pull request process is described here
LGTM label has been added.
How to categorize this PR?
/area testing /kind enhancement
What this PR does / why we need it: Currently we run 2 e2e in parallel and have 6 e2e tests in total. We see that occasionally the e2e tests execution exceeds the job timeout from 1h. Instead of increasing the job timeout, we decided to increase the number of tests executed in parallel. We also have to bump the resource requests for the prow job/pob with this.
Which issue(s) this PR fixes: N/A
Special notes for your reviewer: Requires (depends on) https://github.com/gardener/ci-infra/pull/2636
Release note: