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

Unified Diff: scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_staging.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_staging.json
diff --git a/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_staging.json b/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_staging.json
index e3f160a10b5671e03bd06bddc0db60d711c9c8c6..07704edd5c17e410de03e64b04970ec892eb9488 100644
--- a/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_staging.json
+++ b/scripts/slave/recipes/swarming/heartbeat.expected/heartbeat_staging.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
This is Rietveld 408576698