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

Issue 2415193002: Add infra_tests.py, recipe, buildbotless bot (Closed)

Created:
4 years, 2 months ago by borenet2
Modified:
4 years, 2 months ago
Reviewers:
borenet, dogben, rmistry
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add infra_tests.py, recipe, buildbotless bot Have the presubmit (upload) run infra_tests.py if anything in infra/ changed. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2415193002 Committed: https://skia.googlesource.com/skia/+/2dbbfa5d376d7356df5e18bd41d7138aa6345512

Patch Set 1 #

Patch Set 2 : Persistent checkout #

Patch Set 3 : fix tasks.json #

Patch Set 4 : Add update go step #

Patch Set 5 : gopath #

Patch Set 6 : Fix nanobench timestamp again #

Total comments: 9

Patch Set 7 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -61 lines) Patch
M PRESUBMIT.py View 2 chunks +4 lines, -23 lines 0 comments Download
M infra/bots/assets/asset_utils_test.py View 1 chunk +16 lines, -15 lines 0 comments Download
M infra/bots/gen_tasks.go View 1 2 4 chunks +34 lines, -1 line 0 comments Download
A + infra/bots/infra_skia.isolate View 0 chunks +-1 lines, --1 lines 0 comments Download
A infra/bots/infra_tests.py View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
M infra/bots/recipe_modules/vars/api.py View 1 1 chunk +2 lines, -1 line 0 comments Download
A infra/bots/recipes/swarm_infra.py View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A + infra/bots/recipes/swarm_infra.expected/infra_tests.json View 1 2 3 4 1 chunk +12 lines, -11 lines 0 comments Download
M infra/bots/recipes/swarm_perf.py View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Android-Clang-Nexus6-GPU-Adreno420-arm-Release-GN_Android.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Android-Clang-Nexus7-GPU-Tegra3-arm-Release-GN_Android.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Android-Clang-NexusPlayer-GPU-PowerVR-x86-Release-GN_Android.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Release-GN.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Release-GN.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/recipes/swarm_perf.expected/big_issue_number.json View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M infra/bots/tasks.json View 1 2 2 chunks +33 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
borenet
Also fixed a UTC bug introduced in https://codereview.chromium.org/2398173002/
4 years, 2 months ago (2016-10-13 20:28:15 UTC) #4
dogben
lgtm LGTM; Ravi should probably skim through it also.
4 years, 2 months ago (2016-10-13 23:37:03 UTC) #5
rmistry
https://codereview.chromium.org/2415193002/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/2415193002/diff/100001/PRESUBMIT.py#newcode239 PRESUBMIT.py:239: results.extend(_InfraTests(input_api, output_api)) Soon we will also keep this in ...
4 years, 2 months ago (2016-10-14 11:36:28 UTC) #6
borenet
https://codereview.chromium.org/2415193002/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/2415193002/diff/100001/PRESUBMIT.py#newcode239 PRESUBMIT.py:239: results.extend(_InfraTests(input_api, output_api)) On 2016/10/14 11:36:28, rmistry wrote: > Soon ...
4 years, 2 months ago (2016-10-14 13:03:46 UTC) #7
rmistry
lgtm https://codereview.chromium.org/2415193002/diff/100001/PRESUBMIT.py File PRESUBMIT.py (right): https://codereview.chromium.org/2415193002/diff/100001/PRESUBMIT.py#newcode239 PRESUBMIT.py:239: results.extend(_InfraTests(input_api, output_api)) On 2016/10/14 13:03:46, borenet wrote: > ...
4 years, 2 months ago (2016-10-14 13:05:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2415193002/120001
4 years, 2 months ago (2016-10-14 13:09:58 UTC) #11
commit-bot: I haz the power
4 years, 2 months ago (2016-10-14 13:32:15 UTC) #13
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/2dbbfa5d376d7356df5e18bd41d7138aa6345512

Powered by Google App Engine
This is Rietveld 408576698