Unverified Commit aaf42ed4 authored by Denis_P's avatar Denis_P 🏑 Committed by GitHub
Browse files

add bors to ink repo (#357)

* add bors to ink repo

* travis fails on a *.tmp branch; turned off 'build pushed branches' from config and set only 'master' here because travis anyways runs on PRs

* statuses reviewed, reordered

* less statuses, longer timeout (10 min didn't work)
parent 598200f8
Pipeline #83958 passed with stages
in 9 minutes and 11 seconds
...@@ -53,7 +53,7 @@ variables: ...@@ -53,7 +53,7 @@ variables:
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1 - /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
- schedules - schedules
- web - web
- /^[0-9]+$/ # PRs - branches
dependencies: [] dependencies: []
interruptible: true interruptible: true
retry: retry:
......
...@@ -3,6 +3,10 @@ cache: cargo ...@@ -3,6 +3,10 @@ cache: cargo
dist: trusty dist: trusty
sudo: true sudo: true
branches:
only:
- master
rust: rust:
- nightly-2019-11-17 - nightly-2019-11-17
......
status = [
"ci/gitlab/gitlab.parity.io"
]
# The default is one hour (3600 sec).
timeout_sec = 1800
use_squash_merge = true
required_approvals = 1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment