Give away my e2e tests.

This commit is contained in:
Alex Robinson
2016-08-02 21:07:34 +00:00
parent fd4e923890
commit 0ed8fa5693
2 changed files with 13 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ OWNERS_PATH = os.path.abspath(
os.path.join(BASE_DIR, '..', 'test', 'test_owners.csv'))
GCS_URL_BASE = 'https://storage.googleapis.com/kubernetes-test-history/'
SKIP_MAINTAINERS = {
'aronchick', 'bgrant0607-nocc', 'goltermann', 'sarahnovotny'}
'a-robinson', 'aronchick', 'bgrant0607-nocc', 'goltermann', 'sarahnovotny'}
def get_test_history():
url = time.strftime(GCS_URL_BASE + 'logs/%Y-%m-%d.json')