Title: [215505] trunk/Websites/perf.webkit.org
Revision
215505
Author
[email protected]
Date
2017-04-19 00:42:12 -0700 (Wed, 19 Apr 2017)

Log Message

Another build fix after r215061. Clear TriggerableRepositoryGroup's static map in each iteration.

* tools/sync-buildbot.js:
(syncLoop):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (215504 => 215505)


--- trunk/Websites/perf.webkit.org/ChangeLog	2017-04-19 05:59:27 UTC (rev 215504)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2017-04-19 07:42:12 UTC (rev 215505)
@@ -1,3 +1,10 @@
+2017-04-19  Ryosuke Niwa  <[email protected]>
+
+        Another build fix after r215061. Clear TriggerableRepositoryGroup's static map in each iteration.
+
+        * tools/sync-buildbot.js:
+        (syncLoop):
+
 2017-04-18  Ryosuke Niwa  <[email protected]>
 
         Build fix after r215061.

Modified: trunk/Websites/perf.webkit.org/tools/sync-buildbot.js (215504 => 215505)


--- trunk/Websites/perf.webkit.org/tools/sync-buildbot.js	2017-04-19 05:59:27 UTC (rev 215504)
+++ trunk/Websites/perf.webkit.org/tools/sync-buildbot.js	2017-04-19 07:42:12 UTC (rev 215505)
@@ -33,6 +33,7 @@
     global.Test.clearStaticMap();
     global.TestGroup.clearStaticMap();
     global.Triggerable.clearStaticMap();
+    global.TriggerableRepositoryGroup.clearStaticMap();
 
     let serverConfig = JSON.parse(fs.readFileSync(options['--server-config-json'], 'utf8'));
     let buildbotConfig = JSON.parse(fs.readFileSync(options['--buildbot-config-json'], 'utf8'));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to