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

Unified Diff: masters/master.tryserver.chromium.android/builders.pyl

Issue 2345903003: Correct the bot os version fields for chromium.android and tryserver. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « masters/master.chromium.android/builders.pyl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.android/builders.pyl
diff --git a/masters/master.tryserver.chromium.android/builders.pyl b/masters/master.tryserver.chromium.android/builders.pyl
index 0cba1eb794a8d5cf1299c3e2a2b25cd74d5f5f68..6b5991754a863029053d339fa4ad22d1370a133a 100644
--- a/masters/master.tryserver.chromium.android/builders.pyl
+++ b/masters/master.tryserver.chromium.android/builders.pyl
@@ -393,7 +393,7 @@
"ccompute_optional_bots": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": 64,
},
"slaves": [
@@ -406,7 +406,7 @@
"ccompute_bots_cq": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": 64,
},
"slaves": [
@@ -543,7 +543,7 @@
"slaves_with_devices": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": 64,
},
"slaves": [
@@ -555,7 +555,7 @@
"slaves_with_nexus4_devices": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": 64,
},
"slaves": [
« no previous file with comments | « masters/master.chromium.android/builders.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698