Skip to content

Commit

Permalink
Add --ipc=host on the Cypress docker cmd line (#473)
Browse files Browse the repository at this point in the history
* cypress-io/cypress#350
* Also move the script to the right folder
  • Loading branch information
juadk authored Oct 27, 2022
1 parent bdde5dc commit a1c4955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ e2e-bootstrap-node: deps
e2e-upgrade-node: deps
ginkgo --label-filter upgrade -r -v ./e2e
start-cypress-tests:
@./scripts/start_cypress_tests.sh
@./tests/scripts/start_cypress_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ docker run -v $PWD:/e2e -w /e2e \
-e RANCHER_URL=$RANCHER_URL \
-e K8S_VERSION_TO_PROVISION=$K8S_VERSION_TO_PROVISION \
--add-host host.docker.internal:host-gateway \
--ipc=host \
$CYPRESS_DOCKER \
-s /e2e/$SPEC

0 comments on commit a1c4955

Please sign in to comment.