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

Unified Diff: masters/master.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 | « no previous file | masters/master.tryserver.chromium.android/builders.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.android/builders.pyl
diff --git a/masters/master.chromium.android/builders.pyl b/masters/master.chromium.android/builders.pyl
index 28e54348992e05e2ac85c0f508380df6ba920687..a3a57b09ce1484ccbfd3835b308de1e130f926f9 100644
--- a/masters/master.chromium.android/builders.pyl
+++ b/masters/master.chromium.android/builders.pyl
@@ -286,7 +286,7 @@
"arm_builder": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": 64,
},
"slaves": [
@@ -353,7 +353,7 @@
"cronet_k_hammerhead": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build69-b1"],
@@ -361,7 +361,7 @@
"cronet_l_hammerhead": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build86-b1"],
@@ -369,7 +369,7 @@
"cronet_m_bullhead": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build87-b1"],
@@ -377,7 +377,7 @@
"cronet_m_bullhead_perf": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build88-b1"],
@@ -385,7 +385,7 @@
"jelly_bean_tester": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build40-b1"],
@@ -393,7 +393,7 @@
"kit_kat_tablet": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build42-b1"],
@@ -401,7 +401,7 @@
"lollipop_consumer": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build39-b1"],
@@ -409,7 +409,7 @@
"lollipop_low_end": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build19-b1"],
@@ -417,7 +417,7 @@
"lollipop_phone": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build41-b1"],
@@ -425,7 +425,7 @@
"lollipop_tablet": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build43-b1"],
@@ -449,7 +449,7 @@
"marshmallow_tablet": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": "64",
},
"slaves": ["build44-b1"],
@@ -467,7 +467,7 @@
"webview_cts": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": 64,
},
"slaves": ["build68-b1"],
@@ -475,7 +475,7 @@
"webview_l": {
"slave_data": {
"os": "linux",
- "version": "precise",
+ "version": "trusty",
"bits": 64,
},
"slaves": ["build62-b1"],
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.android/builders.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698