Skip to content

Commit 2f59bde

Browse files
committed
update profile upload names
1 parent c840dab commit 2f59bde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ run-inference-conformance-tests: ## Run inference conformance tests
117117
.PHONY: cleanup-conformance-tests
118118
cleanup-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

0 commit comments

Comments
 (0)