From 4a79bc96d6df719e00be76123b89cbcb3668866c Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Thu, 22 Apr 2021 19:38:34 -0700 Subject: [PATCH] Fix "LUCI console" link (#81012) --- dev/devicelab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/devicelab/README.md b/dev/devicelab/README.md index a101af6db73..8bac3240f90 100644 --- a/dev/devicelab/README.md +++ b/dev/devicelab/README.md @@ -206,7 +206,7 @@ _TASK_- the name of your test that also matches the name of the 1. Add prod builder to [flutter/infra devicelab_config.star](https://github.com/flutter/infra/blob/master/config/devicelab_config.star) - Example PR: https://github.com/flutter/infra/pull/401/files - - This will need to soak for 15 minutes after merged to propagate (should show up in [LUCI console[(https://ci.chromium.org/p/flutter/g/devicelab/console)) + - This will need to soak for 15 minutes after merged to propagate (should show up in [LUCI console](https://ci.chromium.org/p/flutter/g/devicelab/console)) - There are various lists for the different testbeds a test can run on 2. Add task to [flutter/flutter prod_builders.json](https://github.com/flutter/flutter/blob/master/dev/prod_builders.json) - Example PR: https://github.com/flutter/flutter/pull/79913/files