celeste-zeng commented on code in PR #27982:
URL: https://github.com/apache/beam/pull/27982#discussion_r1312016045


##########
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:
   Or should I just create a github_actions_jobs.txt now instead and move all 
the trigger commands there? Thanks!



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