-
Notifications
You must be signed in to change notification settings - Fork 522
test: disable 1.16 tests for various cluster configs #2065
Conversation
Filed #2066 |
Filed #2067 |
Filed #2068 |
Codecov Report
@@ Coverage Diff @@
## master #2065 +/- ##
==========================================
+ Coverage 76.69% 76.71% +0.01%
==========================================
Files 135 135
Lines 20587 20598 +11
==========================================
+ Hits 15790 15801 +11
Misses 3878 3878
Partials 919 919 |
Filed #2069 |
@saiyan86 to confirm that we have the correct logic for Azure NetworkPolicy addon on >= 1.16.0 clusters. |
lgtm |
078ab90
to
4f2bff8
Compare
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis, mboersma, saiyan86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reason for Change:
Several cluster configs are consistently failing in 1.16 tests. While we triage, let's disable them so that we can get more readable test signal for configurations that do work more consistently.
While triaging 1.16 breakage for Azure NetworkPolicy addon, I determined that the issue was not practical (i.e., the addon was installed correctly on the cluster) but rather that we were adding superfluous api model configuration for >= 1.16 for this addon, which was causing the E2E test runner to panic. Because the changes are in order to fix our test signal, I've included those changes in this PR.
Issue Fixed:
Fixes #2069
Requirements:
Notes: