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

Unified Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json

Issue 1971983002: recipe_tryjob: Allow test bypass. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 7 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/infra/recipe_roll_tryjob.expected/one_patch.json
diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json
index 07fbe869284f91bc4ece29ab9f0983a8ac457f10..3ee720ab40393a8eb347e7f204528c7e4a9131f7 100644
--- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json
+++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json
@@ -143,6 +143,32 @@
},
{
"cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "description",
+ "-d",
+ "--rietveld",
+ "https://fake.code.review/123456"
+ ],
+ "name": "git_cl description (build)",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py",
+ "--json",
+ "/path/to/tmp/json"
+ ],
+ "name": "parse description",
+ "stdin": "",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{}@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
"python",
"-u",
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",

Powered by Google App Engine
This is Rietveld 408576698