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

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json

Issue 1527123002: Support swarming dimensions in src-side JSON buildbot files. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Addressed review feedback from maruel. Created 5 years 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/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
similarity index 92%
copy from scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
copy to scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
index cc37e4d75b11071eb36e59cdb92cda431037072e..184611f9c4be08bae171272f97c3078aed39266f 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_isolated_script_test.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_isolated_script_test_linux_gpu.json
@@ -135,7 +135,13 @@
"@@@STEP_LOG_LINE@json.output@ \"isolate_name\": \"telemetry_gpu_unittests\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"name\": \"telemetry_gpu_unittests\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true, @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"dimension_sets\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"gpu\": \"10de:104a\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"os\": \"Linux\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@ ]@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ }@@@",
"@@@STEP_LOG_LINE@json.output@ ]@@@",
@@ -250,7 +256,7 @@
"--shards",
"1",
"--task-name",
- "telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571",
+ "telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tests/571",
"--dump-json",
"/path/to/tmp/json",
"--expiration",
@@ -264,10 +270,10 @@
"x86-64",
"--dimension",
"gpu",
- "none",
+ "10de:104a",
"--dimension",
"os",
- "Ubuntu-12.04",
+ "Linux",
"--dimension",
"pool",
"Chrome",
@@ -280,9 +286,9 @@
"--tag",
"master:chromium.linux",
"--tag",
- "name:telemetry_gpu_unittests",
+ "name:telemetry_gpu_unittests on NVIDIA GPU on Linux",
"--tag",
- "os:Ubuntu-12.04",
+ "os:Linux",
"--tag",
"project:chromium",
"--tag",
@@ -290,18 +296,18 @@
"--tag",
"purpose:post-commit",
"--tag",
- "stepname:telemetry_gpu_unittests",
+ "stepname:telemetry_gpu_unittests on NVIDIA GPU on Linux on Linux",
"eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"--",
"--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json"
],
"cwd": "[SLAVE_BUILD]",
- "name": "[trigger] telemetry_gpu_unittests",
+ "name": "[trigger] telemetry_gpu_unittests on NVIDIA GPU on Linux on Linux",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
- "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tests/571\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
- "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\": {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tests/571\": {@@@",
"@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
"@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"@@@",
@@ -324,12 +330,12 @@
"--print-status-updates",
"--shards",
"1",
- "telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571",
+ "telemetry_gpu_unittests on NVIDIA GPU on Linux/Linux/eeeeeeeeee/Linux Tests/571",
"--task-output-dir",
"/path/to/tmp/"
],
"cwd": "[SLAVE_BUILD]",
- "name": "telemetry_gpu_unittests",
+ "name": "telemetry_gpu_unittests on NVIDIA GPU on Linux on Linux",
"~followup_annotations": [
"@@@STEP_LOG_LINE@outdir_json@{@@@",
"@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"failures\\\": [], \\\"valid\\\": true}\", @@@",

Powered by Google App Engine
This is Rietveld 408576698