aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar benjaminwagner <benjaminwagner@google.com>2015-09-11 10:56:24 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-11 10:56:24 -0700
commit212aab07d9899e6067feae45cd61ee441cd34d96 (patch)
tree52fc59544e6d0d803b9fa63ad399b4ae26e39155 /site
parente7afc2d85ba1db71ef8938ce3459cd78b30f71db (diff)
Provide link to worker logs.
BUG=skia:4063 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1338823002 Review URL: https://codereview.chromium.org/1338823002
Diffstat (limited to 'site')
-rw-r--r--site/dev/testing/ct.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/dev/testing/ct.md b/site/dev/testing/ct.md
index 3e66122b52..1ab47e48bc 100644
--- a/site/dev/testing/ct.md
+++ b/site/dev/testing/ct.md
@@ -81,7 +81,7 @@ System Architecture
3. The master pushes new tasks to all the workers using the master scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/master_scripts/). The master scripts then check to see when the workers are done with the requested task.
-4. The workers execute the task using the worker scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/worker_scripts/). All generated artifacts (CSV files, logs, SKP files, archives, etc) are then stored locally and copied to Google Storage.
+4. The workers execute the task using the worker scripts [here](https://skia.googlesource.com/buildbot/+/master/ct/go/worker_scripts/). All generated artifacts (CSV files, logs, SKP files, archives, etc) are then stored locally and copied to Google Storage. Worker logs are available [here](https://uberchromegw.corp.google.com/i/skia-ct-master/all_logs).
5. The master scripts periodically check the workers to see when they are done with the requested task. Once the workers are done the generated artifacts are then read from Google Storage and consolidated (if required).