Skip to content

Use knapsack to parallelize E2E tests run via package-and-qa

Mark Lapierre requested to merge qa-ml-knapsack-package-and-qa into master

What does this MR do?

This change will commit manually-generated knapsack reports for the larger jobs in package-and-qa. Specifically, those that include most of the tests:

  • ce-instance
  • ce-relative_url
  • ce-update

The rest of the jobs include too few tests to be worthwhile using knapsack because starting the GitLab container in each job takes a large part of the total runtime. And the slowest job overall, {ce|ee}:kubernetes only has one test.

Part of &1276

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Mark Lapierre

Merge request reports