Setup database and network config for new client.webrtc.perf waterfall at VLAN#3. |
|||
Issue descriptionI have just committed https://codereview.chromium.org/2022343003/ and I would like this waterfall to be setup for chromegw/uberchromegw with public access. It's living in VLAN#3. I also need a database to be created and a .dbconfig file to be put in: chrome-bot@master3:~/buildbot/build/masters/master.client.webrtc.perf The waterfall is expected to be reachable at http://build.chromium.org/p/client.webrtc.perf/
,
Jun 2 2016
Sure thing, I made https://codereview.chromium.org/2033863002/ for those changes and sent it your way.
,
Jun 2 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/d8c7570cd0c8de6f8585260cd580df86c149d27c commit d8c7570cd0c8de6f8585260cd580df86c149d27c Author: kjellander <kjellander@chromium.org> Date: Thu Jun 02 18:49:25 2016 WebRTC: Update client.webrtc.perf to master3a and update ports BUG= 616690 Review-Url: https://codereview.chromium.org/2033863002 [modify] https://crrev.com/d8c7570cd0c8de6f8585260cd580df86c149d27c/masters/master.client.webrtc.perf/master_site_config.py
,
Jun 3 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/infra/puppet/+/960512bc2123880ef20927a98929341c08a45e37 commit 960512bc2123880ef20927a98929341c08a45e37 Author: Peter Schmidt <pschmidt@google.com> Date: Fri Jun 03 16:34:12 2016
,
Jun 3 2016
Henrik, master_site_config.py is not complete? Needs to include variables referencing the email setup in master.cfg (See error below when trying to run buildbot upgrade-master (see below) From client.webrtc/master_site_config.py I see the following which are missing from client.webrtc.perf version: from_address = 'webrtc-cb-watchlist@google.com' tree_closing_notification_recipients = ['webrtc-cb-watchlist@google.com'] master_domain = 'webrtc.org' permitted_domains = ('google.com', 'chromium.org', 'webrtc.org') $python buildbot upgrade-master --db=postgresql ://clientwebrtcperf:sdfjS99LLsdfnvxW@localhost/clientwebrtcperf upgrading basedir populating public_html/ populating /home/chrome-bot/buildbot/build/masters/master.client.webrtc.perf/public_html/favicon.ico populating /home/chrome-bot/buildbot/build/masters/master.client.webrtc.perf/public_html/robots.txt populating /home/chrome-bot/buildbot/build/masters/master.client.webrtc.perf/public_html/bg_gradient.jpg populating /home/chrome-bot/buildbot/build/masters/master.client.webrtc.perf/public_html/default.css populating /home/chrome-bot/buildbot/build/masters/master.client.webrtc.perf/master.cfg.sample checking master.cfg configuration update started Failed to get GCE metadata after 5 retries. This is probably not a GCE instance. Using default 'NETRC' authorizer for HTTPS connection PubSub: Missing pubsub_topic, not enabling. Pubsub not enabled. CBEStatusPush: No configuration file at [/home/chrome-bot/buildbot/build/masters/master.client.webrtc.perf/cbe_json_status_push.config] error while parsing config file Traceback (most recent call last): File "/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/scripts/runner.py", line 390, in <lambda> m.loadConfig(open(master_cfg, "r"), checkOnly=True)) File "/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/master.py", line 615, in loadConfig d.addCallback(do_load) File "/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py", line 297, in addCallback callbackKeywords=kw) File "/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py", line 286, in addCallbacks self._runCallbacks() --- <exception caught here> --- File "/home/chrome-bot/buildbot/build/third_party/twisted_10_2/twisted/internet/defer.py", line 542, in _runCallbacks current.result = callback(current.result, *args, **kw) File "/home/chrome-bot/buildbot/build/third_party/buildbot_8_4p1/buildbot/master.py", line 270, in do_load exec f in localDict File "/home/chrome-bot/buildbot/build/masters/master.client.webrtc.perf/master.cfg", line 96, in <module> domain=ActiveMaster.master_domain, exceptions.AttributeError: type object 'WebRTCPerf' has no attribute 'master_domain' An error was detected in the master.cfg file.
,
Jun 3 2016
Oh, I thought the PRESUBMITS caught stuff like that. Here's a CL to fix https://codereview.chromium.org/2038123002/
,
Jun 3 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/tools/build.git/+/10e8229d32ca135385ebb4c6958c65122110fe6a commit 10e8229d32ca135385ebb4c6958c65122110fe6a Author: kjellander <kjellander@chromium.org> Date: Fri Jun 03 18:37:37 2016 WebRTC: Fix mail config for client.webrtc.perf BUG= 616531 , 616690 Review-Url: https://codereview.chromium.org/2038123002 [modify] https://crrev.com/10e8229d32ca135385ebb4c6958c65122110fe6a/masters/master.client.webrtc.perf/master_site_config.py
,
Jun 3 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome-golo/chrome-golo.git/+/27bf020e951652fc6f3456b78ea2e25e1ac44a5f commit 27bf020e951652fc6f3456b78ea2e25e1ac44a5f Author: pschmidt <pschmidt@google.com> Date: Fri Jun 03 21:02:15 2016
,
Jun 3 2016
The master is up. https://build.chromium.org/p/client.webrtc.perf/waterfall
,
Jun 6 2016
The following revision refers to this bug: https://chrome-internal.googlesource.com/infradata/master-manager.git/+/bfd98cd422ad7d2435c3b09cc38f43f1a9737612 commit bfd98cd422ad7d2435c3b09cc38f43f1a9737612 Author: pschmidt <pschmidt@google.com> Date: Mon Jun 06 17:10:04 2016 |
|||
►
Sign in to add a comment |
|||
Comment 1 by pschm...@google.com
, Jun 2 2016Status: Assigned (was: Untriaged)