Skip to content

Commit 7611a51

Browse files
committed
update port env variable
1 parent 48aa4cd commit 7611a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
8181
{% if platform.name != "win" %} # Issues with win and mac are tracked in MTT-11606
8282
variables:
8383
ECHO_SERVER_PORT: "7788"
84-
COMB_SERVER_PORT: "7789"
84+
CMB_SERVICE_PORT: "7799"
8585
# Set this to ensure the DA codec tests will fail if they cannot connect to the echo-server
8686
# The default is to ignore the codec tests if the echo-server fails to connect
8787
ENSURE_CODEC_TESTS: "true"

Tools/CI/run_cmb_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cargo run --example ngo_echo_server -- --port $ECHO_SERVER_PORT &
1616
cargo build --release --locked
1717

1818
# Run the standalone server on an infinite loop in the background
19-
while :; do ./target/release/comb-server -l error --metrics-port 5000 standalone --port $COMB_SERVER_PORT -t 60m; done &
19+
while :; do ./target/release/comb-server -l error --metrics-port 5000 standalone --port $CMB_SERVICE_PORT -t 60m; done &

0 commit comments

Comments
 (0)