Machine already supported V2 sources since #691, but it only made assumptions about the V2 layer and layersource it should use when the sources were still V1. When we switched sources to V2 schema in https://github.com/openaddresses/openaddresses/pull/5165, process-one stopped making the assumption for layer and layersource and started failing instead.
This PR changes the logic for the CI worker to default to layer addresses and layersource primary.
Machine already supported V2 sources since #691, but it only made assumptions about the V2
layer
andlayersource
it should use when the sources were still V1. When we switched sources to V2 schema in https://github.com/openaddresses/openaddresses/pull/5165,process-one
stopped making the assumption for layer and layersource and started failing instead.This PR changes the logic for the CI worker to default to layer
addresses
and layersourceprimary
.