You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/13 13:55:32 UTC

[GitHub] [pulsar] lhotari opened a new pull request, #15160: [CI] Exit on errors in pulsar_ci_tool.sh

lhotari opened a new pull request, #15160:
URL: https://github.com/apache/pulsar/pull/15160

   ### Motivation
   
   There was a recent CI problem where the Docker image failed to load. The command failed, but the build job didn't fail. When investigating the issue, it was noticed that pulsar_ci_tool.sh doesn't contain proper error handling options in the script.
   
   ### Modifications
   
   Make script fail on errors by setting these options:
   ```
   set -e
   set -o pipefail
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] lhotari merged pull request #15160: [CI] Exit on errors in pulsar_ci_tool.sh

Posted by GitBox <gi...@apache.org>.
lhotari merged PR #15160:
URL: https://github.com/apache/pulsar/pull/15160


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org