Skip to content

Commit

Permalink
remove one step in action
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <[email protected]>
  • Loading branch information
hansinikarunarathne committed Aug 14, 2024
1 parent 741c067 commit c092e5a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pipeline_run_from_notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c092e5a

Please sign in to comment.