summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-06-07 00:20:17 +0100
committerGitHub <noreply@github.com>2019-06-07 00:20:17 +0100
commit4f581faa98b162b9949030a167e9a71f81e5e915 (patch)
tree90a2d6c11f4371e4a46d7481b71f7b9766bae8e1 /changelog.d
parentPrevent multiple device list updates from breaking a batch send (#5156) (diff)
downloadsynapse-4f581faa98b162b9949030a167e9a71f81e5e915.tar.xz
Automatically retry builds when a buildkite agent is lost (#5380)
Sometimes the build agents get lost or die (error codes -1 and 2). Retry automatically a maximum of 2 times if this happens.

Error code reference:

* -1: Agent was lost
* 0: Build successful
* 1: There was an error in your code
* 2: The build stopped abruptly
* 255: The build was cancelled
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5380.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5380.misc b/changelog.d/5380.misc
new file mode 100644
index 0000000000..099bba414c
--- /dev/null
+++ b/changelog.d/5380.misc
@@ -0,0 +1 @@
+Automatically retry buildkite builds (max twice) when an agent is lost.