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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_svn_with_git.json
diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
index 41f21d7ae0cad2105e07d2a68d415d896d1208ef..8a855ed343b51218211922e8b4281b80820f1975 100644
--- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
+++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json
@@ -4,9 +4,10 @@
"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",
- "[CWD]/src/out/Release",
+ "[SLAVE_BUILD]/src/out/Release",
"/path/to/tmp/json"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "listdir build_dir",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",
@@ -26,18 +27,19 @@
"python",
"-u",
"RECIPE_MODULE[build::archive]/resources/zip_archive.py",
- "[TMP]/chrome_staging_tmp_1",
+ "[TMP_BASE]/chrome_staging_tmp_1",
"chrome-asan-linux-release-refs_heads_B1-123456",
"[\"chrome\"]",
- "[CWD]/src/out/Release"
+ "[SLAVE_BUILD]/src/out/Release"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "zipping"
},
{
"cmd": [
"python",
"-u",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"--",
"-h",
"x-goog-meta-Cr-Commit-Position:refs/heads/B1@{#123456}",
@@ -46,9 +48,10 @@
"-h",
"x-goog-meta-Cr-Git-Commit:5e3250aadda2b170692f8e762d43b7e8deadbeef",
"cp",
- "[TMP]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-123456.zip",
+ "[TMP_BASE]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-123456.zip",
"gs://chromium/linux-release/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/chrome-asan-linux-release-refs_heads_B1-123456.zip@@@"
@@ -59,8 +62,9 @@
"python",
"-u",
"\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
- "[TMP]/chrome_staging_tmp_1/chrome-asan-linux-release-refs_heads_B1-123456.zip"
+ "[TMP_BASE]/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