We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44885a commit d17af67Copy full SHA for d17af67
integration-tests/src/test/java/oracle/kubernetes/operator/BaseTest.java
@@ -609,6 +609,8 @@ public static void tearDown() throws Exception {
609
logger.info("Execution of statedump.sh failed, " + result.stderr() + "\n" + result.stdout());
610
}
611
612
+ TestUtils.renewK8sClusterLease(getProjectRoot(), getLeaseId());
613
+
614
if (JENKINS) {
615
result = cleanup();
616
if (result.exitValue() != 0) {
0 commit comments