Home
last modified time | relevance | path

Searched refs:bots (Results 1 – 25 of 51) 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.py34 bots = graph_data.Bot.query().fetch()
35 for bot in bots:
38 bots = masters.setdefault(master_name, [])
39 bots.append({
Dstats.py107 bots = graph_data.Bot.query(ancestor=master).fetch(keys_only=True)
108 bots = [b.string_id() for b in bots]
122 'bots': bots,
251 bots = self.request.get_all('bots')
252 bots = ['ChromiumPerf/' + bot for bot in bots]
257 utils.TestPath(k).split('/')[:2]) in bots]
Dgraph_csv_test.py29 bots = []
32 bots.append(bot)
42 bots = []
45 bots.append(bot)
Ddatastore_hooks_test.py98 bots = graph_data.Bot.query().fetch()
100 self.assertEqual(2, len(bots))
101 self.assertEqual('FooInternal', bots[0].key.string_id())
102 self.assertEqual('Win7External', bots[1].key.string_id())
104 self.assertEqual(1, len(bots))
105 self.assertEqual('Win7External', bots[0].key.string_id())
Dreport_test.py35 bots = [
50 testing_common.AddTests(masters, bots, tests)
52 for b in bots:
Dadd_point_test.py245 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT)
246 self.assertEqual(1, len(bots))
247 self.assertEqual('win7', bots[0].key.id())
248 self.assertEqual('ChromiumPerf', bots[0].key.parent().id())
249 self.assertTrue(bots[0].internal_only)
458 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT)
459 self.assertEqual(3, len(bots))
460 self.assertEqual('suddenly_secret', bots[0].key.string_id())
461 self.assertTrue(bots[0].internal_only)
462 self.assertEqual('very_secret', bots[1].key.string_id())
[all …]
Dtesting_common.py165 def AddTests(masters, bots, tests_dict): argument
176 for bot_name in bots:
Ddump_graph_json_test.py40 bots = _EntitiesOfKind(entities, 'Bot')
43 self.assertEqual('b', bots[0].key.string_id())
/external/v8/tools/
Dtry_perf.py61 if not options.bots:
63 options.bots = DEFAULT_BOTS
87 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/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/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/webrtc/tools/msan/
Dblacklist.txt3 # mentioned here, changing this file requires clobbering all MSan bots.
/external/llvm/test/CodeGen/X86/
Dlit.local.cfg5 # It should be possible to remove this override once all the bots have cycled
/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
/external/skia/gyp/
Dexpat.gyp7 # Used on Linux bots for testing the Android FontMgr xml parsing.

123