[code coverage] Mirror Linux Tests and Linux Release (NVIDIA)

In order to comprehensively evaluate the stability of
linux-coverage-rel, we need to make it run the exact same set of test
suites as linux-rel.

This first change mirrors Linux Tests and Linux Release (NVIDIA) for
code coverage purpose, and then, a second change will modify trybots.py
to make linux-coverage-rel to run test suites from the mirrored bots.

Bug: 944657
Change-Id: Ic1ce5330a461301424c292d0ac11ac36558525fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538637
Commit-Queue: Yuke Liao <[email protected]>
Reviewed-by: Stephen Martinis <[email protected]>
Reviewed-by: John Budorick <[email protected]>
Cr-Commit-Position: refs/heads/master@{#655147}
diff --git a/testing/buildbot/generate_buildbot_json.py b/testing/buildbot/generate_buildbot_json.py
index 16ad3c7..d41c730 100755
--- a/testing/buildbot/generate_buildbot_json.py
+++ b/testing/buildbot/generate_buildbot_json.py
@@ -981,6 +981,11 @@
       'mac-archive-rel',
       'win-archive-rel',
       'win32-archive-rel',
+      # code coverage, see see https://crbug.com/930364
+      'Linux Builder Code Coverage',
+      'Linux Tests Code Coverage',
+      'GPU Linux Builder Code Coverage',
+      'Linux Release Code Coverage (NVIDIA)',
     ]
 
   def check_input_file_consistency(self, verbose=False):