Skip to content

Commit

Permalink
ci: worker cpus has been increased
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 11, 2024
1 parent f06cd50 commit b6ca8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
run: |
docker build -f ci/cgroups/Dockerfile -t num-cpus-cgroups .
# Test without cgroups
docker run -e NUM_CPUS_TEST_GET=2 num-cpus-cgroups
docker run -e NUM_CPUS_TEST_GET=4 num-cpus-cgroups
# Only 1 CPU
docker run --cpus="1" -e NUM_CPUS_TEST_GET=1 num-cpus-cgroups
# 1.5 CPUs
Expand Down

0 comments on commit b6ca8a4

Please sign in to comment.