Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/dev/run_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export NUM_USS=${NUM_USS:-2}
NUM_NODES=${NUM_NODES:-1}
DB_TYPE=${DB_TYPE:-crdb}

export DSS_IMAGE="${DSS_IMAGE:-interuss/dss:v0.23.0-rc5}"
export DSS_IMAGE="${DSS_IMAGE:-interuss/dss:v0.23.0}"
export CORE_SERVICE_EXTRA_FLAGS="${CORE_SERVICE_EXTRA_FLAGS:---enable_time_based_notification_index}"

DC_COMMAND=$*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local nodeIndex = function(uss, node) std.format('%02d', node + num_nodes * (uss
env: {
NUM_USS: std.toString(num_uss),
NUM_NODES: std.toString(num_nodes),
DSS_IMAGE: 'interuss/dss:v0.22.0',
DSS_IMAGE: 'interuss/dss:v0.23.0',
DB_TYPE: 'crdb',
INTRA_USS_NETEM_CONF: 'delay 600us 40us 25% distribution normal loss 0.0005%',
INTER_USS_NETEM_CONF: 'delay %(latency)sms %(jitter)sms 50%% distribution paretonormal loss 0.25%% 15%%' % { latency: latency_ms, jitter: latency_ms * jitter_frac },
Expand Down
Loading