[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 Sep 15 09:21:58 UTC 2018
#44858: Implement travis_retry to reduce the chance that network errors cause CI
builds to fail
------------------------------+---------------------
Reporter: johnbillion | Owner: (none)
Type: enhancement | Status: new
Priority: low | Milestone: 5.0
Component: Build/Test Tools | Version:
Severity: minor | Resolution:
Keywords: has-patch commit | Focuses:
------------------------------+---------------------
Comment (by johnbillion):
In [changeset:"43645" 43645]:
{{{
#!CommitTicketReference repository="" revision="43645"
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.
See #44858
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44858#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list