biancadanforth / taskcluster-integration-poc

A proof-of-concept to push to the Try server from GitHub via a Taskcluster job for off-train experiments at Mozilla
Mozilla Public License 2.0
0 stars 0 forks source link

Block task completion on Try server results #12

Open biancadanforth opened 5 years ago

biancadanforth commented 5 years ago

Currently, CI passes if we push our extension up to the Try server for testing regardless of whether those Try server tests pass or fail. The behavior we ultimately want is for CI to pass/fail contingent on those tests.

In other words, we want our task to block on Try server results, whether that means polling the Treeherder REST API for job status or through another approach.