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

Unified Diff: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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/archive/example.expected/cf_archiving_linux.json
diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
index 74d9ccdc8d7280106f5cb5f5ce0ba93532a89cb0..0577c455a794df77cb04cea9de9f50b475ceeb5a 100644
--- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
+++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_linux.json
@@ -4,10 +4,9 @@
"python",
"-u",
"\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n",
- "[SLAVE_BUILD]/src/out/Release",
+ "[CWD]/src/out/Release",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD]",
"name": "listdir build_dir",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",
@@ -29,19 +28,18 @@
"python",
"-u",
"RECIPE_MODULE[build::archive]/resources/zip_archive.py",
- "[TMP_BASE]/chrome_staging_tmp_1",
+ "[TMP]/chrome_staging_tmp_1",
"chrome-asan-linux-release-refs_heads_B1-123456",
"[\"chrome\", \"icu.dat\"]",
- "[SLAVE_BUILD]/src/out/Release"
+ "[CWD]/src/out/Release"
],
- "cwd": "[SLAVE_BUILD]",
"name": "zipping"
},
{
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"--",
"-h",
"x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}",
@@ -52,10 +50,9 @@
"cp",
"-a",
"public-read",
- "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-123456.zip",
+ "[TMP]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-123456.zip",
"gs://chromium/linux-release-subdir/chrome-asan-linux-release-refs_heads_B1-123456.zip"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload",
"~followup_annotations": [
"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium/linux-release-subdir/chrome-asan-linux-release-refs_heads_B1-123456.zip@@@"
@@ -66,9 +63,8 @@
"python",
"-u",
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
- "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-123456.zip"
+ "[TMP]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-123456.zip"
],
- "cwd": "[SLAVE_BUILD]",
"name": "chrome-asan-linux-release-refs_heads_B1-123456.zip",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",

Powered by Google App Engine
This is Rietveld 408576698