From d25f05adbf892326f2e6b19e278dde54668c7012 Mon Sep 17 00:00:00 2001 From: Paul Gier Date: Mon, 28 Aug 2023 10:04:20 -0500 Subject: [PATCH] tests: disable multi-node integration-test (#148) I think this requires a larger disk than what is available on the default github action runners. Disable this test on github ci until we can set up appropriate runner instances. This also upgrades the kindcontainer dependency. --- .github/workflows/ci-test.yaml | 6 +++--- tests/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 342eac51..c7f5051e 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -64,9 +64,9 @@ jobs: group: helm-tls num_agents: 0 setup_helm: "true" - - name: Multi nodes - group: multi-nodes - num_agents: 1 +# - name: Multi nodes +# group: multi-nodes +# num_agents: 1 steps: - name: checkout uses: actions/checkout@v3 diff --git a/tests/pom.xml b/tests/pom.xml index 26c51fbb..fef0b50b 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -27,7 +27,7 @@ tests - 1.4.0 + 1.4.3