celeste-zeng commented on code in PR #27982:
URL: https://github.com/apache/beam/pull/27982#discussion_r1312199288
##########
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 see, thanks! But since there are multiple versions of Java and Python, I
also need to adjust the trigger command to "Run Java_Examples_Dataflow_ARM
PostCommit 11" "Run Python ValidatesContainer Dataflow ARM 3.8"?
--
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]