Skip to content

Run kubernetes integration tests

Steve Xuereb requested to merge add-k8s-tests into master

What does this MR do?

Run kubernetes integration tests, but with a few caveats:

  1. Code coverage is not counted.
  2. Does not use junit reports like the other tests
  3. It runs all kubernetes tests, not just integration ones.

Why was this MR needed?

We don't run the integration tests for kubernetes, which can cause hidden regressions like !2123 (merged) which is less than ideal.

This is the first iteration, the next iteration should improve on:

What are the relevant issue numbers?

#25768

Edited by Steve Xuereb

Merge request reports