Reduce the parallelism in windows rbe build, as it is not helping speed things up by much.

PiperOrigin-RevId: 320432041
Change-Id: Ib1c35f61ff71fcfbfdede21bbdc9c751345d7528
This commit is contained in:
Gunhan Gulsoy 2020-07-09 11:03:17 -07:00 committed by TensorFlower Gardener
parent 3f26ed8ef4
commit 5c25035765

View File

@ -496,7 +496,7 @@ build:rbe_win --shell_executable=C:\\tools\\msys64\\usr\\bin\\bash.exe
# TODO(gunan): Remove once we use MSVC 2019 with latest patches. # TODO(gunan): Remove once we use MSVC 2019 with latest patches.
build:rbe_win --define=override_eigen_strong_inline=true build:rbe_win --define=override_eigen_strong_inline=true
build:rbe_win --jobs=500 build:rbe_win --jobs=100
build:rbe_win_py37 --config=rbe build:rbe_win_py37 --config=rbe
build:rbe_win_py37 --repo_env=TF_PYTHON_CONFIG_REPO="@windows_py37_config_python" build:rbe_win_py37 --repo_env=TF_PYTHON_CONFIG_REPO="@windows_py37_config_python"