test_analyzer: Update OWNERS.

Remove owner no longer on the team.

Exempt-From-Owner-Approval: No active owner on Chrome OS team.
BUG=None
TEST=None

Change-Id: Id22dd43a2b2bb4940d8d26ec11d06263f148fa6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/test_analyzer/+/2064463
Commit-Queue: Kirtika Ruchandani <kirtika@chromium.org>
Tested-by: Kirtika Ruchandani <kirtika@chromium.org>
Reviewed-by: Sean Abraham <seanabraham@chromium.org>
Reviewed-by: Jason Clinton <jclinton@chromium.org>
Auto-Submit: Kirtika Ruchandani <kirtika@chromium.org>
1 file changed
tree: 119bb8666fca05b78bdc7240278fd3c62a2de01e
  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