test_analyzer: Add OWNERS file

This CL is populating OWNERS file based on the candidates in the Chrome OS OWNERS status sheet.

BUG=b:132095048
TEST=None

Change-Id: I367f363a4216e1a6ad7a6226ad10242d9b96373e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/test_analyzer/+/1682772
1 file changed
tree: 2d0f0bd6ff8ae9851591a29206dfbf26af88bf1f
  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