Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Sep 27, 2023
1 parent ca617c0 commit c2b1ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/bazelify_tests/grpc_build_artifact_task_build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ tar -xopvf ../${ARTIFACTS_ARCHIVE}
echo "--------------"
popd >/dev/null

# TODO(jtattermusch): consider adding the contents of artifacts archive
# to bazel "undeclared test outputs" directory to make them available in the resultstore UI
# easily. See docs for TEST_UNDECLARED_OUTPUTS_DIR for details.

if [ "${BUILD_ARTIFACT_EXITCODE}" -eq "0" ]
then
Expand Down

0 comments on commit c2b1ec0

Please sign in to comment.