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 a7b5525 commit 47ad28a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47ad28a

Please sign in to comment.