Skip to content

Commit

Permalink
Adding build-inhibition handling
Browse files Browse the repository at this point in the history
Fixes #1035

X-DeepSpeech: NOBUILD
  • Loading branch information
Alexandre Lissy committed Nov 28, 2017
1 parent 47a1127 commit e5d31be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@ tasks:
payload:
maxRunTime: 600
image: "ubuntu:14.04"

features:
taskclusterProxy: true

env:
TC_DECISION_SHA: 4ab585bf7416350bf6caf4a57c441da473a195b4

command:
- "/bin/bash"
- "--login"
Expand Down
4 changes: 2 additions & 2 deletions tc-schedule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ curdir=$(dirname "$0")

pip3 install --quiet --user --upgrade pip

curl -L --silent https://raw.githubusercontent.com/lissyx/taskcluster-github-decision/0ee93e9f36ef1fc77218a96e865daa80d36b87e5/requirements.txt | pip3 install --quiet --user --upgrade -r /dev/stdin
curl -L --silent https://raw.githubusercontent.com/lissyx/taskcluster-github-decision/0ee93e9f36ef1fc77218a96e865daa80d36b87e5/tc-decision.py > ${curdir}/tc-decision.py
curl -L --silent https://raw.githubusercontent.com/lissyx/taskcluster-github-decision/${TC_DECISION_SHA}/requirements.txt | pip3 install --quiet --user --upgrade -r /dev/stdin
curl -L --silent https://raw.githubusercontent.com/lissyx/taskcluster-github-decision/${TC_DECISION_SHA}/tc-decision.py > ${curdir}/tc-decision.py

# First, perform dry run for push and pull request
# This should help us track merge failures in advance
Expand Down

0 comments on commit e5d31be

Please sign in to comment.