diff options
author | Valery Piashchynski <[email protected]> | 2021-02-04 12:26:16 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-04 12:26:16 +0300 |
commit | b9c9909b98c1b3e15421a4bcad9e8fcc01332d37 (patch) | |
tree | b969808a6bdd67bbb566421a2158a51c9de3713e /bors.toml | |
parent | 8a8d9d7c64226397792e8f1aa7cc607ab413906e (diff) | |
parent | a902a06e670d70b0f806899765bdb206977e7698 (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-x | bors.toml | 24 |
1 files changed, 9 insertions, 15 deletions
@@ -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 |