Reduce swarmed test task expiration to 5 minutes

Reduces expiration timeout for scheduling swarmed test tasks to 5
minutes. A long timeout like 3 hours makes sense for the main task, but
test tasks should expire more quickly so we can fall back to local
execution.

Bug: pdfium:1933
Change-Id: Iaa193b93e5cec3bba71eacea3d016ba004bd4743
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/111370
Reviewed-by: Lei Zhang <thestig@chromium.org>
2 files changed
tree: 5d2cc419a3572739dd19daadda5a07d73d8530e5
  1. generated/
  2. template/
  3. codereview.settings
  4. main.star
  5. PRESUBMIT.py
  6. README.md
README.md

Config

This directory contains configuration files for chrome-infrastructure services.

For the most part, the actual configs consumed by LUCI live under generated/. Those files are generated by executing the .star files at the root of the repository. Don't edit the generated files directly if the configs need to be changed. Instead, edit the Starlark file and execute it to regenerate the files in generated/ directory.

To manually execute the Starlark code, you will need to have lucicfg in your PATH, and run:

lucicfg generate main.star

Or you can execute the .star file directly:

./main.star

References