Skip to content

Commit 35043ae

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Switch to VMs as runners for building and running tests
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent aa2337e commit 35043ae

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

.github/workflows/run-system-tests.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,17 +138,17 @@ jobs:
138138
- name: Install Docker
139139
uses: ./.github/actions/install-docker
140140

141-
- name: Install Minikube
142-
uses: ./.github/actions/setup-minikube
143-
with:
144-
architecture: ${{ matrix.config.arch }}
145-
# cpu: ${{ matrix.config.cpu }}
146-
# memory: ${{ matrix.config.memory }}
147-
148-
# - name: Install Kind
149-
# uses: ./.github/actions/setup-kind
141+
# - name: Install Minikube
142+
# uses: ./.github/actions/setup-minikube
150143
# with:
151144
# architecture: ${{ matrix.config.arch }}
145+
## cpu: ${{ matrix.config.cpu }}
146+
## memory: ${{ matrix.config.memory }}
147+
148+
- name: Install Kind
149+
uses: ./.github/actions/setup-kind
150+
with:
151+
architecture: ${{ matrix.config.arch }}
152152

153153
- name: Set default environment variables
154154
uses: ./.github/actions/set-defaults
@@ -187,8 +187,7 @@ jobs:
187187
uses: ./.github/actions/containers-load
188188
with:
189189
architecture: ${{ matrix.config.arch }}
190-
registry: "minikube"
191-
# registry: "kind"
190+
registry: "kind"
192191

193192
- name: Cache local Maven repository
194193
uses: actions/cache@v4
@@ -218,7 +217,6 @@ jobs:
218217
# TODO - set Kafka version globally?
219218
if: ${{ !contains(env.PROFILE, 'upgrade') }}
220219
run: |
221-
eval $(minikube docker-env)
222220
export CONNECT_IMAGE="${DOCKER_REGISTRY}/${DOCKER_ORG}/connect-file-sink:latest"
223221
export KAFKA_VERSION=$([[ "${KAFKA_VERSION}" == *"latest"* ]] && yq eval '.[] | select(.default) | .version' kafka-versions.yaml || echo "${KAFKA_VERSION}")
224222
BASE_IMAGE="${DOCKER_REGISTRY}/${DOCKER_ORG}/kafka:${DOCKER_TAG}-kafka-${KAFKA_VERSION}"

0 commit comments

Comments
 (0)