We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b950280 commit 2602267Copy full SHA for 2602267
ci/do_ci.sh
@@ -28,7 +28,7 @@ export ENVOY_SRCDIR=$SOURCE_DIR
28
export NUM_CPUS=16
29
30
# google cloud build doesn't like ipv6
31
-export BAZEL_EXTRA_TEST_OPTIONS="--test_env=ENVOY_IP_TEST_VERSIONS=v4only --test_output=errors --local_cpu_resources=${NUM_CPUS}"
+export BAZEL_EXTRA_TEST_OPTIONS="--test_env=ENVOY_IP_TEST_VERSIONS=v4only --test_output=errors --jobs=${NUM_CPUS}"
32
33
echo Building
34
bash -x $UPSTREAM_ENVOY_SRCDIR/ci/do_ci.sh "$@"
0 commit comments