We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d925828 commit f8d8d28Copy full SHA for f8d8d28
.circleci/config.yml
@@ -49,13 +49,13 @@ jobs:
49
- run:
50
name: Run CI checks
51
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
+ # - run:
+ # name: Run cluster tests
+ # command: |
+ # make docker-swarm-init
+ # make start-local-registry
+ # make buildx-init
+ # make test-cluster-ci CONTROL_PLANE_IMAGE_REPO=172.17.0.1:5000/control-plane
59
60
name: Run e2e tests with Docker Compose
61
command: |
0 commit comments