Skip to content

Commit

Permalink
[BEAM-2880] Remove gcemd and gcsproxy container images
Browse files Browse the repository at this point in the history
  • Loading branch information
herohde committed Sep 22, 2018
2 parents 9a1f917 + 097be25 commit 35e105d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 353 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ task goPreCommit() {
dependsOn ":beam-sdks-java-container:build"
dependsOn ":beam-sdks-python-container:build"
dependsOn ":beam-sdks-go-container:build"
dependsOn ":beam-runners-gcp-gcemd:build"
dependsOn ":beam-runners-gcp-gcsproxy:build"
}

task goPostCommit() {
Expand Down
7 changes: 0 additions & 7 deletions runners/gcp/OWNERS

This file was deleted.

30 changes: 0 additions & 30 deletions runners/gcp/gcemd/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions runners/gcp/gcemd/build.gradle

This file was deleted.

85 changes: 0 additions & 85 deletions runners/gcp/gcemd/main.go

This file was deleted.

30 changes: 0 additions & 30 deletions runners/gcp/gcsproxy/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions runners/gcp/gcsproxy/build.gradle

This file was deleted.

91 changes: 0 additions & 91 deletions runners/gcp/gcsproxy/main.go

This file was deleted.

4 changes: 0 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ include "beam-runners-flink_2.11-job-server"
project(":beam-runners-flink_2.11-job-server").dir = file("runners/flink/job-server")
include "beam-runners-flink_2.11-job-server-container"
project(":beam-runners-flink_2.11-job-server-container").dir = file("runners/flink/job-server-container")
include "beam-runners-gcp-gcemd"
project(":beam-runners-gcp-gcemd").dir = file("runners/gcp/gcemd")
include "beam-runners-gcp-gcsproxy"
project(":beam-runners-gcp-gcsproxy").dir = file("runners/gcp/gcsproxy")
include "beam-runners-gearpump"
project(":beam-runners-gearpump").dir = file("runners/gearpump")
include "beam-runners-google-cloud-dataflow-java"
Expand Down

0 comments on commit 35e105d

Please sign in to comment.