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

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

Issue 1720873002: swarming: always append task's OS dimension to step name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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/recipe_modules/swarming/example.expected/basic_0.4.json
diff --git a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
index 8d3f47b32f9695ac03a4fd84eb0c46472a6b669f..c627fd2e494c6a9e3f52786c8dd28a985a25250b 100644
--- a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
+++ b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json
@@ -272,7 +272,7 @@
"--tag",
"os:linux",
"--tag",
- "stepname:hello_world",
+ "stepname:hello_world on Ubuntu-12.04",
"--verbose",
"--idempotent",
"--user",
@@ -280,7 +280,7 @@
"hash_for_linux"
],
"cwd": "[SLAVE_BUILD]",
- "name": "[trigger] hello_world",
+ "name": "[trigger] hello_world on Ubuntu-12.04",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", @@@",
@@ -462,7 +462,7 @@
"[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
],
"cwd": "[SLAVE_BUILD]",
- "name": "hello_world",
+ "name": "hello_world on Ubuntu-12.04",
"~followup_annotations": [
"@@@STEP_TEXT@swarming pending 71s@@@",
"@@@STEP_LOG_LINE@json.output@{@@@",

Powered by Google App Engine
This is Rietveld 408576698