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.
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.