Skip to content

Use instance specific HDFS caches.

Xcollazo requested to merge T315374-use-instance-specific-caches into main

In !118 (merged), we declared an instance specific HDFS cache for platform_eng. We did this because we don't want artifacts from one instance to clash with others.

In this MR we do the same for all other instances. We also remove the global HDFS cache since while debugging on !118 (merged) we found that the default_artifact_caches is additive, and not overridable, which can cause confusion when used jointly with a instance specific cache.

Edited by Xcollazo

Merge request reports