summaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-04 12:26:16 +0300
committerGitHub <[email protected]>2021-02-04 12:26:16 +0300
commitb9c9909b98c1b3e15421a4bcad9e8fcc01332d37 (patch)
treeb969808a6bdd67bbb566421a2158a51c9de3713e /bors.toml
parent8a8d9d7c64226397792e8f1aa7cc607ab413906e (diff)
parenta902a06e670d70b0f806899765bdb206977e7698 (diff)
Merge pull request #526 from spiral/fix/memory_leaksv2.0.0-beta.24
bug(leak): workers memory leak
Diffstat (limited to 'bors.toml')
-rwxr-xr-xbors.toml24
1 files changed, 9 insertions, 15 deletions
diff --git a/bors.toml b/bors.toml
index e35b52a3..b1681bf2 100755
--- a/bors.toml
+++ b/bors.toml
@@ -1,20 +1,14 @@
status = [
- 'Build (Go 1.14, PHP 7.4, OS ubuntu-latest)',
- 'Build (Go 1.14, PHP 7.4, OS windows-latest)',
- 'Build (Go 1.14, PHP 7.4, OS macos-latest)',
- 'Build (Go 1.15, PHP 7.4, OS ubuntu-latest)',
- 'Build (Go 1.15, PHP 7.4, OS windows-latest)',
- 'Build (Go 1.15, PHP 7.4, OS macos-latest)',
- 'Build (Go 1.14, PHP 8.0, OS ubuntu-latest)',
- 'Build (Go 1.14, PHP 8.0, OS windows-latest)',
- 'Build (Go 1.14, PHP 8.0, OS macos-latest)',
- 'Build (Go 1.15, PHP 8.0, OS ubuntu-latest)',
- 'Build (Go 1.15, PHP 8.0, OS windows-latest)',
- 'Build (Go 1.15, PHP 8.0, OS macos-latest)',
- 'Golang-CI (lint)',
- 'Build docker image',
+ 'Linux / Build (Go 1.14, PHP 7.4, OS ubuntu-20.04)',
+ 'Linux / Build (Go 1.15, PHP 7.4, OS ubuntu-20.04)',
+ 'Linux / Build (Go 1.14, PHP 8.0, OS ubuntu-20.04)',
+ 'Linux / Build (Go 1.15, PHP 8.0, OS ubuntu-20.04)',
+ 'macOS / Build (Go 1.14, PHP 7.4, OS macos-latest)',
+ 'macOS / Build (Go 1.15, PHP 7.4, OS macos-latest)',
+ 'macOS / Build (Go 1.14, PHP 8.0, OS macos-latest)',
+ 'macOS / Build (Go 1.15, PHP 8.0, OS macos-latest)',
+ 'Linux / Golang-CI (lint) ',
]
-
required_approvals = 0
delete_merged_branches = true
timeout-sec = 1800