{% extends "tables/base.html" %} {% comment %} Copyright 2012 Google Inc. All Rights Reserved. This template builds a page to show the emails produced for the Chrome OS Test Dashboard. It's a combination of our existing summary header plus to iframe panels: one planel to show test emails and the other to show performance emails. {% endcomment %} {% block title %}ChromeOS Test Emails{% endblock %} {% block header_block %} {% include 'tables/summary/header.html' %} {% endblock %} {% block html_block %}

Receiving test failure emails:

Interested test owners can be notified of test failures by the automated test lab in two ways:

  1. By registering with the ChromeOS test failure emailer to receive mail for test failures that match patterns of a category_regex and/or a test_name_regex. These failure emails then will be sent directly to the supplied @google.com email alias.
  2. By following the Google Group that receives all test failure email from the ChromeOS test failure emailer.
To register an e-mail address with the ChromeOS test failure emailer, modify the resultmail section of the site_utils/dashboard/dash_config.json file in the autotest repo to create a registration entry. The emailer registration can be configured to send email for only one of the following conditions:
  1. a test in the selected suite fails. [DEFAULT if not specified]
  2. a test changes state e.g. passing->failing, failing->passing
  3. a test completes (most verbose)

{% endblock %}