testReport.setIgnoredTests(ignoredTests);
log.info(String.format("Pushing build results for '%s' [%s] ...", buildTypeExternalId, buildNumber));
// publish results to appspot application
try {
reports.tests().insert(testReport).execute();
log.info(String.format("Build results push for '%s' [%s] is done.", buildTypeExternalId, buildNumber));
} catch (IOException e) {
log.warning(String.format("Error pushing build results for '%s' [%s]!", buildTypeExternalId, buildNumber));
throw new RuntimeException(e);