This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/implement-retry-failed
in repository https://gitbox.apache.org/repos/asf/buildstream.git
omit 7a054a388 tests/integration/cachedfail.py: Test explicit retry of
failed builds
omit b155a3d01 Implement --retry-failed option to the bst build command.
omit b1f9869a1 _messenger.py: Use datestampts instead of PID to
differentiate log files
add a3da55c1f _messenger.py: Use datestampts instead of PID to
differentiate log files
add 08c93686d element.py: Fixup
add 22a057348 Implement --retry-failed option to the bst build command.
add 80f9e57b1 tests/integration/cachedfail.py: Test explicit retry of
failed builds
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7a054a388)
\
N -- N -- N refs/heads/tristan/implement-retry-failed (80f9e57b1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/buildstream/_testing/runcli.py | 7 +++++++
src/buildstream/element.py | 21 +++++++++++++++++++++
tests/integration/cachedfail.py | 25 ++++++++++---------------
3 files changed, 38 insertions(+), 15 deletions(-)