shwstppr commented on PR #14035:
URL: https://github.com/apache/cloudstack/pull/14035#issuecomment-5523435484
> a new error when start simulator CI env
>
> ```
>
> Starting Advanced Zone DataCenter deployment
> Traceback (most recent call last):
> File
"/home/runner/work/cloudstack/cloudstack/tools/marvin/marvin/deployDataCenter.py",
line 28, in <module>
> from marvin import configGenerator
> File
"/home/runner/.local/lib/python3.10/site-packages/marvin/configGenerator.py",
line 21, in <module>
> from . import jsonHelper
> File
"/home/runner/.local/lib/python3.10/site-packages/marvin/jsonHelper.py", line
20, in <module>
> from marvin.cloudstackAPI import *
> File
"/home/runner/.local/lib/python3.10/site-packages/marvin/cloudstackAPI/createKubernetesCluster.py",
line 94
> """(Optional) Node Type to Service Offering ID mapping. If provided,
it overrides the serviceofferingid parameter. Example:
nodeofferings[0].node="control"&nodeofferings[0].offering="<service-offering-uuid>"&nodeofferings[1].node="worker"&nodeofferings[1].offering="<service-offering-uuid>""""
>
^
> SyntaxError: unterminated string literal (detected at line 94)```
> ```
@weizhouapache is that related to this change/failure? I think it can be
addressed separately
--
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]