Upgrade leftover Ubuntu 22 bots in pdfium

Follow-up to https://pdfium-review.googlesource.com/c/pdfium/+/137892.

Bug: 459541007
Change-Id: I7a82b2b4f3c87db862ee8dc46f1ef92cc0c25708
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/138350
Auto-Submit: Victor Vianna <victorvianna@google.com>
Commit-Queue: Victor Vianna <victorvianna@google.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
2 files changed
tree: cbb3156c1051f44ea138591d7dcd91841d424c72
  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