From 814dbdab8044b5ff8ba61954a26321c5f6bd7d01 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 16 Jan 2020 17:05:36 -0800 Subject: [PATCH] docs(devops): fix buildbots readme.md --- browser_patches/buildbots/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser_patches/buildbots/README.md b/browser_patches/buildbots/README.md index 4d791ad692..9491d41637 100644 --- a/browser_patches/buildbots/README.md +++ b/browser_patches/buildbots/README.md @@ -1,6 +1,6 @@ # Setting Up Build Bots -We currently have 4 build bots that produce 6 builds +We currently have 4 build bots that produce the following builds - **[buildbot-linux]** Ubuntu 18.04 machine - builds: `Webkit-Linux`, `Firefox-Linux` - **[buildbot-mac-10.14]** Mac 10.14 machine @@ -8,7 +8,7 @@ We currently have 4 build bots that produce 6 builds - **[buildbot-mac-10.15]** machine - builds: `WebKit-mac-10.15` - **[buildbot-windows]** Windows 10 machine - - builds: `Firefox-win32`, `Firefox-win64` + - builds: `Firefox-win32`, `Firefox-win64`, `webkit-win64` This document describes setting up bots infrastructure to produce browser builds.