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

Unified Diff: scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json

Issue 2142923002: Remove amp recipe module and related code (unused) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json
diff --git a/scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json b/scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json
deleted file mode 100644
index d9cac92ae18246a57fbf29baf8abc3d596aa343f..0000000000000000000000000000000000000000
--- a/scripts/slave/recipe_modules/amp/example.expected/bad_device_data_from_trigger.json
+++ /dev/null
@@ -1,82 +0,0 @@
-[
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
- "--",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
- "----",
- "cp",
- "gs://chrome-amp-keys/main_pool/api_key",
- "[BUILD]/site_config/.amp_main_pool_key"
- ],
- "name": "gsutil download amp api key"
- },
- {
- "cmd": [
- "python",
- "-u",
- "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
- "--",
- "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
- "----",
- "cp",
- "gs://chrome-amp-keys/main_pool/api_secret",
- "[BUILD]/site_config/.amp_main_pool_secret"
- ],
- "name": "gsutil download amp api secret"
- },
- {
- "cmd": [
- "python",
- "-u",
- "[SLAVE_BUILD]/src/build/android/test_runner.py",
- "gtest",
- "-s",
- "example_gtest_suite",
- "--enable-platform-mode",
- "-e",
- "remote_device",
- "--api-key-file",
- "[BUILD]/site_config/.amp_main_pool_key",
- "--api-secret-file",
- "[BUILD]/site_config/.amp_main_pool_secret",
- "--api-address",
- "127.0.0.1",
- "--api-port",
- "80",
- "--api-protocol",
- "http",
- "--device-type",
- "Android",
- "--remote-device",
- "SampleDevice",
- "--remote-device-os",
- "SampleDeviceOS",
- "--trigger",
- "/path/to/tmp/json",
- "--verbose",
- "--adb-path",
- "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
- ],
- "env": {
- "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug"
- },
- "name": "[trigger] example_gtest_suite",
- "~followup_annotations": [
- "@@@STEP_TEXT@unable to find device info@@@",
- "@@@STEP_LOG_LINE@json.output@{}@@@",
- "@@@STEP_LOG_END@json.output@@@",
- "@@@STEP_LOG_LINE@trigger_data@{}@@@",
- "@@@STEP_LOG_END@trigger_data@@@",
- "@@@STEP_WARNINGS@@@"
- ]
- },
- {
- "name": "$result",
- "reason": "test_run_id not found in trigger_data json",
- "recipe_result": null,
- "status_code": 1
- }
-]

Powered by Google App Engine
This is Rietveld 408576698