Abacn commented on code in PR #29270:
URL: https://github.com/apache/beam/pull/29270#discussion_r1380390922


##########
.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:
   Or, can we parse the categories from 
https://github.com/apache/beam/blob/master/.github/workflows/README.md#workflows
 ?
   
   My main concern was add another place to maintain the category. Since change 
naming is more difficult to do, README.md seems to be a good source-of-truth.



-- 
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]

Reply via email to