[wp-trac] [WordPress Trac] #44858: Implement travis_retry to reduce the chance that network errors cause CI builds to fail
WordPress Trac
noreply at wordpress.org
Sat Oct 13 02:51:37 UTC 2018
#44858: Implement travis_retry to reduce the chance that network errors cause CI
builds to fail
------------------------------+---------------------
Reporter: johnbillion | Owner: pento
Type: enhancement | Status: closed
Priority: low | Milestone: 5.0
Component: Build/Test Tools | Version:
Severity: minor | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+---------------------
Changes (by pento):
* owner: (none) => pento
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"43724" 43724]:
{{{
#!CommitTicketReference repository="" revision="43724"
Build/Test Tools: Implement the automatic retry functionality that Travis
CI provides.
This functionality will cause the command to be retried up to three times
in case of a non-zero return value. Implementing it on commands that
perform network requests means that intermittent network failures are less
likely to cause a build to fail, as they'll be retried up to three times.
Merges [43645] to the 5.0 branch.
Props johnbillion.
Fixes #44858.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44858#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list