Skip to content

Commit

Permalink
Working on fixing CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Dec 6, 2023
1 parent 47ad28a commit fbf87d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbf87d6

Please sign in to comment.