From 47ad28a1fc9fe0ca96a166b1358baf70af4445fa Mon Sep 17 00:00:00 2001 From: Laurent Luce Date: Wed, 6 Dec 2023 09:58:32 -0800 Subject: [PATCH] Working on fixing CI tests. --- .circleci/config.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dfef25abcd..c86b6a2aa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,11 +81,15 @@ steps_prepare_testing_k8s_k3s: &steps_prepare_testing_k8s_k3s background: true run_prepare_testing_docker: &run_prepare_testing_docker - - run: | - 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 >>" - "${KURTOSIS_BINPATH} engine start --cli-log-level trace" + - run: + name: Load the engine, apic and file artifacts images + 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" # Steps to prepare a job for Docker testing steps_prepare_testing_docker: &steps_prepare_testing_docker