[
https://issues.apache.org/jira/browse/SUBMARINE-229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SUBMARINE-229:
-------------------------------------
Labels: pull-request-available (was: )
> Submarine-cicd failed due to the encoding error of github PR body
> -----------------------------------------------------------------
>
> Key: SUBMARINE-229
> URL: https://issues.apache.org/jira/browse/SUBMARINE-229
> Project: Hadoop Submarine
> Issue Type: Bug
> Reporter: Zac Zhou
> Assignee: Zac Zhou
> Priority: Major
> Labels: pull-request-available
>
> Sometimes, submarine-cicd failed to merge pr and got the following errors;
> Traceback (most recent call last):
> File "dev-support/cicd/merge_submarine_pr.py", line 342, in <module>
> merge_hash = merge_pr(pr_num, target_ref)
> File "dev-support/cicd/merge_submarine_pr.py", line 159, in merge_pr
> run_cmd(['git', 'commit', '--author="%s"' % primary_author, '--date="%s"' %
> commit_date] + merge_message_flags)
> File "dev-support/cicd/merge_submarine_pr.py", line 78, in run_cmd
> return subprocess.check_output(cmd)
> File "/usr/local/lib/python2.7/subprocess.py", line 212, in check_output
> process = Popen(stdout=PIPE, *popenargs, **kwargs)
> File "/usr/local/lib/python2.7/subprocess.py", line 390, in __init__
> errread, errwrite)
> File "/usr/local/lib/python2.7/subprocess.py", line 1024, in _execute_child
> raise child_exception
> TypeError: execv() arg 2 must contain only strings
--
This message was sent by Atlassian Jira
(v8.3.4#803005)