Skip to content

Commit f8d8d28

Browse files
committed
disable cluster tests for this release
1 parent d925828 commit f8d8d28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
- run:
5050
name: Run CI checks
5151
command: make ci
52-
- run:
53-
name: Run cluster tests
54-
command: |
55-
make docker-swarm-init
56-
make start-local-registry
57-
make buildx-init
58-
make test-cluster-ci CONTROL_PLANE_IMAGE_REPO=172.17.0.1:5000/control-plane
52+
# - run:
53+
# name: Run cluster tests
54+
# command: |
55+
# make docker-swarm-init
56+
# make start-local-registry
57+
# make buildx-init
58+
# make test-cluster-ci CONTROL_PLANE_IMAGE_REPO=172.17.0.1:5000/control-plane
5959
- run:
6060
name: Run e2e tests with Docker Compose
6161
command: |

0 commit comments

Comments
 (0)