The nightly runs on three machines:
sdods run -p demo-shop -e staging -b chromium --shard 1/3
sdods run -p demo-shop -e staging -b chromium --shard 2/3
sdods run -p demo-shop -e staging -b chromium --shard 3/3Every machine mints its own run id, so I get three artefact directories, three HTML reports and three rows in the dashboard for what is one nightly. Reading the morning report means opening three tabs and adding up.
Is there a supported way to make that one run?