Skip to content

Commit

Permalink
limit docker to single core for regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Sep 8, 2023
1 parent de6020d commit ed5b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
platforms: all

- name: start docker
run: docker run -id --name cross --volume="./:/swmm" karosc/build_swmm_arm64v8:latest
run: docker run -id --name cross --volume="./:/swmm" --cpuset-cpus="0" karosc/build_swmm_arm64v8:latest

# - name: Build and unit test
# run: docker exec cross /bin/bash -c "cd /swmm && ./ci-tools/linux/make.sh -t -g 'Unix Makefiles'"
Expand Down

0 comments on commit ed5b348

Please sign in to comment.