Chromium Code Reviews

Unified Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json

Issue 1693713005: Downstream impact from https://codereview.chromium.org/1693993002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Roll dep Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json
diff --git a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json
index 48c634b23003e081ef7c5fffa7fccca599301288..f03a7e3bf0a0ab70e393b36d7f892f94ffe6ac6e 100644
--- a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json
+++ b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json
@@ -36,6 +36,19 @@
{
"cmd": [
"git",
+ "rev-parse",
+ "HEAD"
+ ],
+ "cwd": "[SLAVE_BUILD]/swarming.client",
+ "name": "read revision",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "git",
"clean",
"-f",
"-d",

Powered by Google App Engine