From c092e5a5c7aa30efa8dae22a8903892eedc77738 Mon Sep 17 00:00:00 2001 From: hansinikarunarathne Date: Wed, 14 Aug 2024 23:21:37 +0530 Subject: [PATCH] remove one step in action Signed-off-by: hansinikarunarathne --- .github/workflows/pipeline_run_from_notebook.yaml | 9 --------- 1 file changed, 9 deletions(-) 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