Remove myself from test ownership.

This commit is contained in:
David McMahon
2016-08-02 16:28:01 -07:00
parent f614cb4347
commit 3a88747ef8
2 changed files with 14 additions and 13 deletions

View File

@@ -30,7 +30,8 @@ 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 = {
'a-robinson', 'aronchick', 'bgrant0607-nocc', 'goltermann', 'sarahnovotny'}
'a-robinson', 'aronchick', 'bgrant0607-nocc', 'david-mcmahon',
'goltermann', 'sarahnovotny'}
def get_test_history():
url = time.strftime(GCS_URL_BASE + 'logs/%Y-%m-%d.json')