Skip to content

Commit

Permalink
Remove dataflow components (#2161)
Browse files Browse the repository at this point in the history
* remove dataflow components
  • Loading branch information
gaoning777 authored Sep 23, 2019
1 parent 005a2e5 commit 86163ec
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 1,530 deletions.
28 changes: 0 additions & 28 deletions .cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,6 @@ steps:
id: 'buildVisualizationServer'
waitFor: ["-"]

# Build the Dataflow-based pipeline component images
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/deprecated/dataflow/predict && ./build_image.sh -p $PROJECT_ID -t $COMMIT_SHA']
id: 'buildPredictComponent'
waitFor: ["-"]
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/deprecated/dataflow/tfdv && ./build_image.sh -p $PROJECT_ID -t $COMMIT_SHA']
id: 'buildTFDVComponent'
waitFor: ["-"]
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/deprecated/dataflow/tft && ./build_image.sh -p $PROJECT_ID -t $COMMIT_SHA']
id: 'buildTFTComponent'
waitFor: ["-"]
- name: 'gcr.io/cloud-builders/docker'
entrypoint: '/bin/bash'
args: ['-c', 'cd /workspace/components/deprecated/dataflow/tfma && ./build_image.sh -p $PROJECT_ID -t $COMMIT_SHA']
id: 'buildTMAComponent'
waitFor: ["-"]

# Build the Kubeflow-based pipeline component images
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/ml-pipeline-kubeflow-deployer:$COMMIT_SHA',
Expand Down Expand Up @@ -195,12 +173,6 @@ images:
- 'gcr.io/$PROJECT_ID/inverse-proxy-agent:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/visualization-server:$COMMIT_SHA'

# Images for the Dataflow-based pipeline components
- 'gcr.io/$PROJECT_ID/ml-pipeline-dataflow-tf-predict:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/ml-pipeline-dataflow-tfdv:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/ml-pipeline-dataflow-tft:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/ml-pipeline-dataflow-tfma:$COMMIT_SHA'

# Images for the Kubeflow-based pipeline components
- 'gcr.io/$PROJECT_ID/ml-pipeline-kubeflow-deployer:$COMMIT_SHA'
- 'gcr.io/$PROJECT_ID/ml-pipeline-kubeflow-tf-trainer:$COMMIT_SHA'
Expand Down
95 changes: 0 additions & 95 deletions components/deprecated/dataflow/base/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions components/deprecated/dataflow/base/build_image.sh

This file was deleted.

20 changes: 0 additions & 20 deletions components/deprecated/dataflow/predict/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions components/deprecated/dataflow/predict/build_image.sh

This file was deleted.

Loading

0 comments on commit 86163ec

Please sign in to comment.