Skip to content

Commit

Permalink
WX-927 Remove call caching prefix and blacklist code from GCP Batch b…
Browse files Browse the repository at this point in the history
…ackend
  • Loading branch information
mcovarr committed Sep 25, 2024
1 parent 5da8a85 commit 28dbeb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 565 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ class BatchBackendCacheHitCopyingActor(standardParams: StandardCacheHitCopyingAc
}
}

override def extractBlacklistPrefix(path: String): Option[String] = Option(
path.stripPrefix("gs://").takeWhile(_ != '/')
)

override def processDetritus(
sourceJobDetritusFiles: Map[String, String]
): Try[(Map[String, Path], Set[IoCommand[_]])] =
Expand Down
Loading

0 comments on commit 28dbeb6

Please sign in to comment.