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

Unified Diff: scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json

Issue 1412173008: Add simple build archiving for Mandoline binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Use api.file.read and exec() instead of execfile for test_data. Created 5 years, 2 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_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json
diff --git a/scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json b/scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json
index 133db23803ca85a55d3b38cebd17cacd0d2f91a0..40ba5cbb7a3dcc090a523b89aec34960ad5ac117 100644
--- a/scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json
+++ b/scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Windows.json
@@ -461,6 +461,48 @@
"name": "app_tests"
},
{
+ "cmd": [
+ "cat",
+ "[SLAVE_BUILD]\\src\\chrome\\VERSION"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "get version",
+ "stdout": "/path/to/tmp/version",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@Found version 37.0.2021.0@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py",
+ "--",
+ "[DEPOT_TOOLS]\\gsutil.py",
+ "----",
+ "ls",
+ "gs://mandoline/"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "gsutil ls gs://mandoline/",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@ls result stdout@@@@",
+ "@@@STEP_LOG_END@ls result stdout@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
+ "[SLAVE_BUILD]\\src\\mandoline\\tools\\data\\FILES.cfg",
+ "/path/to/tmp/"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "read FILES.cfg"
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0

Powered by Google App Engine
This is Rietveld 408576698