list-skia-bots 342 B

12345678910111213
  1. #! /usr/bin/env python
  2. # Copyright 2017 Google Inc.
  3. #
  4. # Use of this source code is governed by a BSD-style license that can be
  5. # found in the LICENSE file.
  6. import json
  7. import os
  8. path = os.path.join(os.path.dirname(__file__), os.pardir, 'infra', 'bots', 'tasks.json')
  9. for j in sorted(json.load(open(path, 'r'))['jobs'].keys()):
  10. print j