From 2f3d7df5750ec7f3ac293c92c31d2969af2dd1cf Mon Sep 17 00:00:00 2001 From: olaola Date: Tue, 5 Dec 2017 12:41:19 -0800 Subject: Moving the RemoteWorker into tools/remote directory. This is because I want to add another remote execution related tool, the remote_client, which will use the Remote Execution API to fetch blobs from a remote cache. I will use this tool as part of end-to-end tests for remote execution. TESTED=remote integration tests, presubmit RELNOTES: None PiperOrigin-RevId: 177995895 --- scripts/ij.bazelproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ij.bazelproject b/scripts/ij.bazelproject index 65219b0050..d1c673408e 100644 --- a/scripts/ij.bazelproject +++ b/scripts/ij.bazelproject @@ -19,4 +19,4 @@ targets: //src/java_tools/singlejar:SingleJar //src/test/... -//src/test/docker/... - //src/tools/remote_worker + //src/tools/remote -- cgit v1.2.3