PRESUBMIT: disable json_check

The `cros lint` check already verified JSON files are valid,
so don't need this duplicate logic.

BUG=None
TEST=`repo upload` works

Change-Id: Ieccc5bf1968ae390a0cd9161bc3a3ceae72e214e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/test_analyzer/+/4241949
Commit-Queue: Jason Clinton <jclinton@chromium.org>
Auto-Submit: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
1 file changed
tree: dec05d20ac0c77301b5757d920c40343babae778
  1. bin/
  2. test_analyzer/
  3. .gitignore
  4. app_template.yaml
  5. openapi-appengine_template.yaml
  6. OWNERS
  7. Pipfile
  8. Pipfile.lock
  9. PRESUBMIT.cfg
  10. pytest.ini
  11. README.md
README.md

Setup

  1. Download service account service secret files:

     gsutil cp -r gs://chromiumos-test-analyzer.appspot.com/credentials
     ./test_analyzer/
    

    It includes 2 json files, one for prod & one for staging instance.

  2. Install pipenv to create virtual environment for local tests:

     sudo pip install pipenv
    
  3. Try to run tests:

    For unittest:

     bin/run_unittests
    

    For integration test:

     bin/run_integration_tests