{% 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 react to test failures in the automated test lab by 'registering' their email address with the ChromeOS test emailer. The test emailer registration can be configured to send email for only one of the following conditions:

  1. a test in the selected suite fails
  2. a test changes state e.g. passing->failing, failing->passing
  3. a test completes (most verbose)
To register an e-mail address with the ChromeOS test emailer, modify the resultmail section of the site_utils/dashboard/dash_config.json file in the autotest repo to create a registration entry.

{% endblock %}