Skip to content

Commit

Permalink
Updated input to KPI script to refer to TEMP_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangeology committed Jun 26, 2024
1 parent 2ba0670 commit d21ba73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
shell: bash
run: |
echo "run KPIs here"
python ./karpenter_eval/main.py your_file_here.csv
- name: cleanup
python ./karpenter_eval/main.py "$TEMP_DIR"
- name: cleanup
shell: bash
run: |
kubectl delete nodepools --all
Expand Down

0 comments on commit d21ba73

Please sign in to comment.