|
Remove use of "use_mirror" recipe property.
The "use_mirror" property is set by the recipe engine when in a
production environment to signal to the "gclient" recipe module that the SVN
GOLO mirror should be used instead of the default SVN URL. Since we're
not on SVN, this is now meaningless. It will be deprecated in recipe
engine, so remove references.
The "perf_dashboard" recipe has been using this property as a test to see if
it is running on a production system. This test has been replaced with
the identical logic that the recipe engine was using to set
"use_mirror". A build property has been added to indicate production
runs, and a note has been added to indicate that the perf dashboard bot
should explicitly specify this as a property rather than infer it from
the environment.
BUG= chromium:656741
TEST=expectations
R=iannucci@chromium.org, martiniss@chromium.org
Committed: https://chromium.googlesource.com/chromium/tools/build/+/124f02dd3006293789d17557aea29dfbb8f911e0
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+19 lines, -131 lines) |
Patch |
 |
M |
scripts/slave/recipe_modules/perf_dashboard/api.py
|
View
|
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/perf_dashboard/example.py
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/perf_dashboard/example.expected/linux.json
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipe_modules/perf_dashboard/example.expected/linux_testing.json
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
scripts/slave/recipe_modules/perf_dashboard/example.expected/linux_use_mirror.json
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/perf_dashboard/example.expected/mac.json
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipe_modules/perf_dashboard/example.expected/mac_testing.json
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
scripts/slave/recipe_modules/perf_dashboard/example.expected/mac_use_mirror.json
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
scripts/slave/recipe_modules/perf_dashboard/example.expected/win.json
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
scripts/slave/recipe_modules/perf_dashboard/example.expected/win_testing.json
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
scripts/slave/recipe_modules/perf_dashboard/example.expected/win_use_mirror.json
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
M |
scripts/tools/run_recipe.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 6 (2 generated)
|