Skip to content

Commit

Permalink
enable tf serving gpu test (kubeflow#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
lluunn authored and k8s-ci-robot committed Mar 28, 2018
1 parent 5ca6cc7 commit c0f9b49
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,17 +232,16 @@
template: "test-tf-serving",
dependencies: ["deploy-tf-serving"],
},
// TODO(lunkai): investigate gpu flakiness, then uncomment.
// {
// name: "deploy-tf-serving-gpu",
// template: "deploy-tf-serving-gpu",
// dependencies: ["checkout"],
// },
// {
// name: "test-tf-serving-gpu",
// template: "test-tf-serving-gpu",
// dependencies: ["deploy-tf-serving-gpu"],
// },
{
name: "deploy-tf-serving-gpu",
template: "deploy-tf-serving-gpu",
dependencies: ["checkout"],
},
{
name: "test-tf-serving-gpu",
template: "test-tf-serving-gpu",
dependencies: ["deploy-tf-serving-gpu"],
},
];
local e2e_tasks = e2e_tasks_base + if build_image then [
{
Expand Down

0 comments on commit c0f9b49

Please sign in to comment.