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

Unified Diff: infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json

Issue 2334223003: Android GN: don't reboot before running (Closed)
Patch Set: other way 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
Index: infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json b/infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json
index cd42b8074278a58d6be1e07ba62927ec15e13642..461a4d9b1d34523578dc80972f0f07baaf848932 100644
--- a/infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json
+++ b/infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json
@@ -2,14 +2,6 @@
{
"cmd": [
"adb",
- "reboot"
- ],
- "cwd": "[SLAVE_BUILD]/skia",
- "name": "reboot"
- },
- {
- "cmd": [
- "adb",
"wait-for-usb-device"
],
"cwd": "[SLAVE_BUILD]/skia",
@@ -19,17 +11,6 @@
"cmd": [
"adb",
"shell",
- "rm",
- "-rf",
- "/data/local/tmp/*"
- ],
- "cwd": "[SLAVE_BUILD]/skia",
- "name": "TEMPORARY clear /data/local/tmp"
- },
- {
- "cmd": [
- "adb",
- "shell",
"mkdir",
"-p",
"/data/local/tmp/resources"
@@ -603,21 +584,10 @@
{
"cmd": [
"adb",
- "shell",
- "rm",
- "-rf",
- "/data/local/tmp/*"
- ],
- "cwd": "[SLAVE_BUILD]/skia",
- "name": "TEMPORARY clear /data/local/tmp (2)"
- },
- {
- "cmd": [
- "adb",
"reboot"
],
"cwd": "[SLAVE_BUILD]/skia",
- "name": "TEMPORARY reboot"
+ "name": "reboot"
},
{
"cmd": [

Powered by Google App Engine
This is Rietveld 408576698