damccorm commented on code in PR #27982:
URL: https://github.com/apache/beam/pull/27982#discussion_r1312197150
##########
release/src/main/scripts/mass_comment.py:
##########
@@ -123,8 +123,19 @@ def getRemainingComments(accessToken, pr, initialComments):
and 'Sickbay' not in comment[1]:
print(comment)
remainingComments.append(comment)
+ arm_comments = getARMTestTriggerCommands();
+ remainingComments.append(arm_comments)
return remainingComments
+def getARMTestTriggerCommands():
+ '''
+ Returns all trigger commands that will start PostCommit ARM Github Actions
test suites.
+ '''
+ arm_trigger_commands = []
Review Comment:
I think leaving it is fine for now (with the comment added). Solving trigger
commands for actions is an open question that will need to be solved generally
soon anyways
--
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]