You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/08/16 13:44:41 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue, #1122: Fix the conditions for file changes that trigger workflows for github

empiredan opened a new issue, #1122:
URL: https://github.com/apache/incubator-pegasus/issues/1122

   
   While only doc files such as `LICENSE` or `NOTICE` are changed and committed, cpp workflows for github will report error as follows (see https://github.com/apache/incubator-pegasus/runs/7854426641?check_suite_focus=true):
   ```
   Run rm -rf thirdparty
     rm -rf thirdparty
     tar -zcvhf release__builder.tar DSN_ROOT/ src/builder/bin src/builder/src/server/test/config.ini  --exclude='*CMakeFiles*'
     shell: sh -e {0}
   tar: DSN_ROOT: Cannot stat: No such file or directory
   tar: src/builder/bin: Cannot stat: No such file or directory
   tar: src/builder/src/server/test/config.ini: Cannot stat: No such file or directory
   tar: Exiting with failure status due to previous errors
   Error: Process completed with exit code [2](https://github.com/apache/incubator-pegasus/runs/7854426137?check_suite_focus=true#step:11:2).
   ```
   
   The binaries are not built since there is not any source file changed. However, since the binaries are used to be build packages which will be uploaded as artifacts, it will report "No such file or directory".


-- 
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: dev-unsubscribe@pegasus.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] empiredan closed issue #1122: Fix the conditions for file changes that trigger workflows for github

Posted by GitBox <gi...@apache.org>.
empiredan closed issue #1122: Fix the conditions for file changes that trigger workflows for github
URL: https://github.com/apache/incubator-pegasus/issues/1122


-- 
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: dev-unsubscribe@pegasus.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org