From fbf87d686609db57aae21cbc3cb68b0b0b614171 Mon Sep 17 00:00:00 2001 From: Laurent Luce Date: Wed, 6 Dec 2023 10:48:07 -0800 Subject: [PATCH] Working on fixing CI tests. --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c86b6a2aa9..bec87c3306 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,14 +82,12 @@ steps_prepare_testing_k8s_k3s: &steps_prepare_testing_k8s_k3s run_prepare_testing_docker: &run_prepare_testing_docker - run: - name: Load the engine, apic and file artifacts images + name: Load the engine, apic and file artifacts images and start the engine command: | docker load -i "<< pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>/<< pipeline.parameters.core-server-image-filename >>" docker load -i "<< pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>/<< pipeline.parameters.engine-server-image-filename >>" docker load -i "<< pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>/<< pipeline.parameters.file-artifacts-expander-image-filename >>" - - run: - name: Start the engine - command: "${KURTOSIS_BINPATH} engine start --cli-log-level trace" + ${KURTOSIS_BINPATH} engine start --cli-log-level trace # Steps to prepare a job for Docker testing steps_prepare_testing_docker: &steps_prepare_testing_docker