Abacn commented on code in PR #29270: URL: https://github.com/apache/beam/pull/29270#discussion_r1380332603
########## .test-infra/metrics/sync/github/sync_workflows.py: ########## @@ -47,6 +47,330 @@ GH_NUMBER_OF_WORKFLOW_RUNS_TO_FETCH =\ os.environ['GH_NUMBER_OF_WORKFLOW_RUNS_TO_FETCH'] +# Maps workflows to dashboard category. Any workflows not in one of these lists +# will get auto-mapped to misc. +CORE_JAVA_TESTS = [ + 'PreCommit SQL Java17', Review Comment: this adds another place to maintain. Category should be inferred from test name. If it doesn't then I think what need to do is to standardize test naming -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
