Skip to content

Commit

Permalink
Increase CPU now that prow allows max of 8 (envoyproxy#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwendell authored and twghu committed Feb 16, 2022
1 parent 11794c4 commit 76f6ab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maistra/run-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export BUILD_SCM_STATUS="SHA=${PULL_PULL_SHA:-undefined}"
time bazel build \
--incompatible_linkopts_to_linklibs \
--local_ram_resources=12288 \
--local_cpu_resources=4 \
--jobs=2 \
--local_cpu_resources=8 \
--jobs=4 \
--disk_cache=/bazel-cache \
//source/exe:envoy-static

Expand All @@ -31,8 +31,8 @@ bazel-bin/source/exe/envoy-static --version
time bazel test \
--incompatible_linkopts_to_linklibs \
--local_ram_resources=12288 \
--local_cpu_resources=4 \
--jobs=2 \
--local_cpu_resources=8 \
--jobs=4 \
--build_tests_only \
--test_env=ENVOY_IP_TEST_VERSIONS=v4only \
--test_output=all \
Expand Down

0 comments on commit 76f6ab7

Please sign in to comment.