Skip to content

Commit

Permalink
Ok removing the || true call now that I verified that KPIs are emitti…
Browse files Browse the repository at this point in the history
…ng properly.
  • Loading branch information
nathangeology committed Jun 28, 2024
1 parent 86d6f8b commit 8957d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
OUTPUT_DIR=$(mktemp -d)
export OUTPUT_DIR
make e2etests || true # run KPIs even when some tests fail??
make e2etests
python ./karpenter_eval/main.py
- name: cleanup
shell: bash
Expand Down

0 comments on commit 8957d2d

Please sign in to comment.