Merge branch 'main' into 19385-cwl-fast-pack
[arvados.git] / lib / dispatchcloud / test / stub_driver.go
index f57db0f09fdeed0ee9d3fe597ad3215e3d996463..01af8e6d547931d43a5e72725159c72a7e6dd3ac 100644 (file)
@@ -470,3 +470,7 @@ func copyTags(src cloud.InstanceTags) cloud.InstanceTags {
        }
        return dst
 }
+
+func (si stubInstance) PriceHistory(arvados.InstanceType) []cloud.InstancePrice {
+       return nil
+}