Skip to content

Commit b6ca8a4

Browse files
committed
ci: worker cpus has been increased
1 parent f06cd50 commit b6ca8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
run: |
154154
docker build -f ci/cgroups/Dockerfile -t num-cpus-cgroups .
155155
# Test without cgroups
156-
docker run -e NUM_CPUS_TEST_GET=2 num-cpus-cgroups
156+
docker run -e NUM_CPUS_TEST_GET=4 num-cpus-cgroups
157157
# Only 1 CPU
158158
docker run --cpus="1" -e NUM_CPUS_TEST_GET=1 num-cpus-cgroups
159159
# 1.5 CPUs

0 commit comments

Comments
 (0)