Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: masters/master.client.skia/slaves.cfg

Issue 1128823007: Skia recipes: Move Android and ChromeOS config info in from slaves.cfg (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: masters/master.client.skia/slaves.cfg
diff --git a/masters/master.client.skia/slaves.cfg b/masters/master.client.skia/slaves.cfg
index f2835bc078c76913bb2b36e8120808fd3b993d91..76ee77e64ab738a5c4fb8c9dcdd831c3a7d52065 100644
--- a/masters/master.client.skia/slaves.cfg
+++ b/masters/master.client.skia/slaves.cfg
@@ -43,9 +43,6 @@ slaves = [
'Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug',
'Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Release'
],
- 'ssh_host': '192.168.1.123',
- 'ssh_port': '22',
- 'ssh_user': 'root',
},
{
'master': 'Skia',
@@ -54,9 +51,6 @@ slaves = [
'Test-ChromeOS-GCC-Daisy-CPU-NEON-Arm7-Debug',
'Test-ChromeOS-GCC-Daisy-CPU-NEON-Arm7-Release',
],
- 'ssh_host': '192.168.1.134',
- 'ssh_port': '22',
- 'ssh_user': 'root',
},
] + [
{

Powered by Google App Engine
This is Rietveld 408576698