commit | b00958569d9b6daa97b77ca49a381b807d5c206d | [log] [tgz] |
---|---|---|
author | Chan <chanli@chromium.org> | Sat Sep 15 05:35:21 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Sep 15 05:35:21 2018 |
tree | 8991176aa244eacb4c6af18be96d6cdacfc2b6ca | |
parent | 33e77d13e54b10dab09894b7f90393c72ca353b5 [diff] |
[Findit] Flake Detedtion: Small UI polishments In this CL, the changes on the UI are: 1. Fixed the 'no Login' issue on a flake page 2. Moved the table header of occurences out of groups so it can be shared by all groups 3. Style changes on the occurrences tables and ranked flakes table 4. Remove scrollbar from the occurrences tables 5. Add scrlollbar to the ranked flakes page Bug: 880649 Change-Id: Icceaa204134f61eb82343711d3fd2a00a7b97dfb Reviewed-on: https://chromium-review.googlesource.com/1227415 Commit-Queue: Chan Li <chanli@chromium.org> Reviewed-by: Shuotao Gao <stgao@chromium.org> Reviewed-by: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#17631}
Welcome to the Chrome Infra repository!
Wondering where to start? Check out General Chrome Infrastructure documentation. In particular, to check out this repo and the rest of the infrastructure code, follow the instructions here. The rest of this page is specific to this repo.
sys.path
modifications.from infra.path_hacks.common import <stg>
is actually getting <stg>
from build/scripts/common.git push origin <updated hash>:deployed
git push
commandIf you've added a new module, integrate your tests with test.py:
Double-check that your tests are getting picked up when you want them to be: ./test.py test <path-to-package>
.
Tests still not getting picked up by test.py? Double-check to make sure you have init.py files in each directory of your module so Python recognizes it as a package.