You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
76
+
{% if platform.name == mac %}
77
+
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile). In this case it's specifically for macOS (if used for win/ubuntu then it will cause rust server to fail connecting)
78
78
{% endif %}
79
79
80
80
# Set additional variables for running the echo server (This is needed ONLY for NGOv2.X because relates to Distributed Authority)
81
-
{% if platform.name == "ubuntu" %} # Issues with win and mac are tracked in MTT-11606
81
+
{% if platform.name != "win" %} # Issues with win and mac are tracked in MTT-11606
82
82
variables:
83
83
ECHO_SERVER_PORT: "7788"
84
84
# Set this to ensure the DA codec tests will fail if they cannot connect to the echo-server
0 commit comments