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

Unified Diff: scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json

Issue 907393002: Don't always run the script tests if there are no compile targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 5 years, 10 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: scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json
diff --git a/scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json b/scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json
index 2461e85af4d59317be751f5c77b41120f637b62b..64bafd7ec95f29c856613b9e1c33fb9648706585 100644
--- a/scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json
+++ b/scripts/slave/recipes/chromium_trybot_legacy.expected/arm.json
@@ -175,77 +175,5 @@
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/src/testing/scripts/telemetry_unittests.py",
- "--build-config-fs",
- "Release",
- "--paths",
- "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
- "--properties",
- "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}",
- "run",
- "--output",
- "/path/to/tmp/json"
- ],
- "name": "telemetry_unittests (with patch)",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/src/testing/scripts/telemetry_perf_unittests.py",
- "--build-config-fs",
- "Release",
- "--paths",
- "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
- "--properties",
- "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}",
- "run",
- "--output",
- "/path/to/tmp/json"
- ],
- "name": "telemetry_perf_unittests (with patch)",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py",
- "--build-config-fs",
- "Release",
- "--paths",
- "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}",
- "--properties",
- "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"slavename\": \"TestSlavename\"}",
- "run",
- "--output",
- "/path/to/tmp/json"
- ],
- "name": "nacl_integration (with patch)",
- "~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
- "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
- "@@@STEP_LOG_LINE@json.output@}@@@",
- "@@@STEP_LOG_END@json.output@@@"
- ]
}
]

Powered by Google App Engine
This is Rietveld 408576698