Home
last modified time | relevance | path

Searched refs:bots (Results 1 – 25 of 63) sorted by relevance

123

/external/skia/site/dev/contrib/
Dc++11.md5 clients support and what our build bots support.
30 so we cannot rely on that. Our bots disable this too, so keep an eye on TSAN.
49 Most of our bots are pretty up-to-date: the Windows bots use MSVC 2013, the Mac
50 bots a recent Clang, and the Linux bots GCC 4.8 or a recent Clang. Our Android
51 bots use a recent toolchain from Android (see above), and our Chrome bots use
52 Chrome's toolchains (see above). I'm not exactly sure what our Chrome OS bots
55 I believe our bots' ability to use C++11 matches Mozilla's list nearly identically.
/external/chromium-trace/catapult/dashboard/dashboard/
Dreport.py53 bots = self.request.get('bots')
57 if not (masters and bots and tests):
63 state = _CreatePageState(masters, bots, tests, checked)
83 def _CreatePageState(masters, bots, tests, checked): argument
107 bots = bots.split(',')
111 for bot in bots:
Dchange_internal_only_test.py70 bots = graph_data.Bot.query().fetch()
71 for bot in bots:
129 bots = graph_data.Bot.query().fetch()
130 for bot in bots:
Dchange_internal_only.py35 bots = graph_data.Bot.query().fetch()
36 for bot in bots:
39 bots = masters.setdefault(master_name, [])
40 bots.append({
Ddatastore_hooks_test.py100 bots = graph_data.Bot.query().fetch()
102 self.assertEqual(2, len(bots))
103 self.assertEqual('FooInternal', bots[0].key.string_id())
104 self.assertEqual('Win7External', bots[1].key.string_id())
106 self.assertEqual(1, len(bots))
107 self.assertEqual('Win7External', bots[0].key.string_id())
Dgraph_csv_test.py29 bots = []
32 bots.append(bot)
43 bots = []
46 bots.append(bot)
Dreport_test.py35 bots = [
50 testing_common.AddTests(masters, bots, tests)
52 for b in bots:
Dadd_point_test.py248 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT)
249 self.assertEqual(1, len(bots))
250 self.assertEqual('win7', bots[0].key.id())
251 self.assertEqual('ChromiumPerf', bots[0].key.parent().id())
252 self.assertTrue(bots[0].internal_only)
465 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT)
466 self.assertEqual(3, len(bots))
467 self.assertEqual('suddenly_secret', bots[0].key.string_id())
468 self.assertTrue(bots[0].internal_only)
469 self.assertEqual('very_secret', bots[1].key.string_id())
[all …]
/external/libyuv/files/
DPRESUBMIT.py13 def GetDefaultTryConfigs(bots=None): argument
19 return { 'tryserver.libyuv': dict((bot, []) for bot in bots)}
25 bots = [
65 return GetDefaultTryConfigs(bots)
/external/v8/tools/
Dtry_perf.py71 if not options.bots:
73 options.bots = DEFAULT_BOTS
97 cmd += ['-b %s' % bot for bot in options.bots]
/external/webrtc/webrtc/tools/rtcbot/
Dmain.js28 function registerBotTest(name, func, bots) { argument
33 for (var i = 0; i != bots.length; ++i)
34 callbacks.push(test.spawnBot.bind(test, "", bots[i]));
DREADME7 host that controls multiple endpoints ("bots"). It allows creating complex
44 rtcBot for loading the required files on the different types of the bots.
/external/skia/infra/bots/
DREADME.md12 $ cd infra/bots
17 $ isolate archive --isolate-server https://isolateserver.appspot.com/ -i infra/bots/compile_skia.is…
/external/skia/site/dev/sheriffing/
Dtrooper.md72 useful for questions regarding bots managed by the Chrome Infra team and to
92 - To access bots in the Chrome Golo,
97 - For MacOS and Windows bots, you will be prompted for a password, which is
99 Perf, GPU bots - chrome-bot".
100 - To access bots in the Chrome infra GCE -> command looks like `gcutil
Dgpu.md22 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
30 …spend an abnormal amount of time triaging images, filing bugs for failing bots, or shepherding DEP…
/external/boringssl/src/util/bot/
DREADME2 continuous integration bots. It is in the repository for convenience and can be
/external/libyuv/files/tools/msan/
Dblacklist.txt3 # mentioned here, changing this file requires clobbering all MSan bots.
/external/webrtc/tools/msan/
Dblacklist.txt3 # mentioned here, changing this file requires clobbering all MSan bots.
/external/v8/build/android/pylib/gtest/filter/
Dbase_unittests_disabled17 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py266 self.bots = [SwarmingBot(bid, self.working_dir, swarming_proxy)
271 for bot in self.bots:
292 for bot in self.bots:
/external/skia/site/dev/testing/
Dskialab.md9 * Google Compute Engine. This is the preferred location for bots which don't
12 compile bots live here, along with some non-GPU test bots on Linux and
14 * Chrome Golo. This is the preferred location for bots which require specific
16 Mac, Linux, and Windows bots in the Golo.
42 is disruptive to the running bots and can leave the machines in a dirty state.
/external/llvm/test/CodeGen/X86/
Dlit.local.cfg5 # It should be possible to remove this override once all the bots have cycled
/external/v8/test/
Dperf.isolate11 # This is often used to trigger performance bots. We include it in the
/external/skia/resources/
Dslides_content.lua40 - build-bots
/external/llvm/test/CodeGen/WinEH/
Dlit.local.cfg5 # It should be possible to remove this override once all the bots have cycled

123