diff --git a/.github/workflows/pipeline_run_from_notebook.yaml b/.github/workflows/pipeline_run_from_notebook.yaml index 9d9ad241a6..a73b190775 100644 --- a/.github/workflows/pipeline_run_from_notebook.yaml +++ b/.github/workflows/pipeline_run_from_notebook.yaml @@ -56,15 +56,6 @@ jobs: - name: Apply PodDefaults to access ml-pipeline with projected token run: kubectl apply -f tests/gh-actions/kf-objects/poddefaults.access-ml-pipeline.kubeflow-user-example-com.yaml - - name: Measure time to pull Docker image - run: | - start_time=$(date +%s) - kubectl apply -f tests/gh-actions/kf-objects/notebook.test.kubeflow-user-example.com.yaml - end_time=$(date +%s) - image_pull_time=$((end_time - start_time)) - echo "Image pull and deployment took $image_pull_time seconds." - shell: bash - - name: Create Kubeflow Notebook with PodDefaults run: | kubectl apply -f tests/gh-actions/kf-objects/notebook.test.kubeflow-user-example.com.yaml