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
The following 2 problems exist when dualPublish is configured:
If the secondary publish succeeds, its build scan is written to the build-scans.csv file and its build scans are used to create the summary
If the secondary publish fails but the primary publish succeeds, the experiment aborts (see below)
We should consider making the following changes:
If the secondary publish succeeds, do not write its contents to build-scans.csv and always use the build scans from the primary publish to create the summary
If the secondary publish fails but the primary publish succeeds, do not abort the experiment and continue
We need to confirm that the callbacks from the primary publish will always complete before the callbacks of the dualPublish.
The text was updated successfully, but these errors were encountered:
The following 2 problems exist when
dualPublish
is configured:build-scans.csv
file and its build scans are used to create the summaryWe should consider making the following changes:
build-scans.csv
and always use the build scans from the primary publish to create the summaryWe need to confirm that the callbacks from the primary publish will always complete before the callbacks of the
dualPublish
.The text was updated successfully, but these errors were encountered: