File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210 if : ${{ inputs.enable-inference-extension }}
211211 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
212212 with :
213- name : conformance-profile-inference-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }}
213+ name : conformance-profile-inference-${{ github.run_id }}-${{ inputs.image }}-${{ inputs.k8s-version }}-${{ steps.ngf-meta.outputs.version }}
214214 path : ./tests/conformance-profile-inference.yaml
215215
216216 - name : Upload profile to release
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ run-inference-conformance-tests: ## Run inference conformance tests
117117.PHONY : cleanup-conformance-tests
118118cleanup-conformance-tests : # # Clean up conformance tests fixtures
119119 kubectl delete pod conformance
120+ kubectl delete pod conformance-inference --ignore-not-found
120121 kubectl delete -f conformance/conformance-rbac.yaml
121122
122123.PHONY : reset-go-modules
You can’t perform that action at this time.
0 commit comments