You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/07/23 07:53:09 UTC

[GitHub] [buildstream] gtristan opened a new pull request, #1699: element.py: Reimplementation of retrying failed builds in non-stric mode

gtristan opened a new pull request, #1699:
URL: https://github.com/apache/buildstream/pull/1699

   It was observed that we sometimes do not have the ability to calculate
   the strong cache key when loading the pulled artifact in non-strict mode.
   
   This patch moves the logic which discards a failed build artifact away
   from Element._load_artifact() and instead we discard the artifact when
   calculating the non-strict cache key.
   
   Failed test observed in CI: https://github.com/apache/buildstream/runs/7468750123?check_suite_focus=true


-- 
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@buildstream.apache.org

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


[GitHub] [buildstream] gtristan merged pull request #1699: element.py: Reimplementation of retrying failed builds in non-strict mode

Posted by GitBox <gi...@apache.org>.
gtristan merged PR #1699:
URL: https://github.com/apache/buildstream/pull/1699


-- 
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@buildstream.apache.org

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