Skip to content

Commit

Permalink
tests: disable multi-node integration-test (#148)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pgier authored Aug 28, 2023
1 parent d6e48e5 commit d25f05a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<artifactId>tests</artifactId>

<properties>
<kindcontainer.version>1.4.0</kindcontainer.version>
<kindcontainer.version>1.4.3</kindcontainer.version>

</properties>
<dependencies>
Expand Down

0 comments on commit d25f05a

Please sign in to comment.