Skip to content

Commit

Permalink
Samples - Renamed component build to container build (#2496)
Browse files Browse the repository at this point in the history
The sample focuses on building containers (foir use in components).
  • Loading branch information
Ark-kun authored and k8s-ci-robot committed Oct 27, 2019
1 parent 26a244d commit 3b97ec1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# KubeFlow Pipelines basic component build \n",
"# KubeFlow Pipelines - Container building\n",
"\n",
"In this notebook, we will demo: \n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

test_name: component_build
test_name: container_build
notebook_params:
PROJECT_NAME: ml-pipeline-test
2 changes: 1 addition & 1 deletion test/sample_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
- preemptible_tpu_gpu
- volume_snapshot_ops
- kubeflow_tf_serving
- component_build
- container_build
- loop_output
- loop_parameter
- loop_static
Expand Down

0 comments on commit 3b97ec1

Please sign in to comment.