Skip to content

Commit

Permalink
do not merge: execution_log
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Aug 1, 2023
1 parent 1092e42 commit 5c636ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/internal_ci/windows/bazel_rbe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ set PATH=C:\msys64\usr\bin;%PATH%

python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe

call bazel_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel_output test %BAZEL_FLAGS% --genrule_strategy=remote,local --action_env=PATH --workspace_status_command="bash tools/bazelify_tests/workspace_status_cmd.sh" -- //tools/bazelify_tests/test:win_from_linux || exit /b 1
call bazel_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel_output test %BAZEL_FLAGS% --genrule_strategy=remote,local --action_env=PATH --workspace_status_command="bash tools/bazelify_tests/workspace_status_cmd.sh" --execution_log_json_file file.txt -- //tools/bazelify_tests/test:win_from_linux


cat file.txt

exit /b 1

0 comments on commit 5c636ae

Please sign in to comment.