luci / luci-py

LUCI in python
Apache License 2.0
80 stars 36 forks source link

Reduce chromium and googletest specific code in client/ #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- Anything that is buildbot related should be put under 
build/scripts/slave/swarming/.
- The rest of chromium specific code could be put into a module in a chromium/ 
subdirectory.

Original issue reported on code.google.com by maruel@chromium.org on 7 Jan 2014 at 8:39

GoogleCodeExporter commented 9 years ago
googletest code was deleted. There's only a tiny amount of chromium specific 
code in the client code now.

Original comment by maruel@chromium.org on 18 Sep 2014 at 7:20

GoogleCodeExporter commented 9 years ago
Remaining:
- isolate.py: chromium_save_isolated().
- tests/swarming_smoke_test.py and tools/harvest_buildbot.py default to 
chromium-swarm.appspot.com.
- tools/swarm_cleanup.py: the whole file.
- utils/on_error.py: _ENABLED_DOMAINS

Original comment by maruel@chromium.org on 17 Nov 2014 at 1:29