Skip to content

← All questions

Three shards, three HTML reports — how do I get one report out of a matrix build?

Asked 12,980 views3 answers

The nightly runs on three machines:

bash
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/3

Every 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?

asked by Vikram Rajagopal1,240 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related