Commit 8666f1c 1 parent ee4576c commit 8666f1c Copy full SHA for 8666f1c
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
if : always()
130
130
uses : actions/upload-artifact@v4
131
131
with :
132
- name : hpo-results
132
+ name : hpo-native- results
133
133
path : ./hpo_native_results.tar
134
134
retention-days : 2
135
135
@@ -156,7 +156,7 @@ jobs:
156
156
if : failure()
157
157
uses : actions/upload-artifact@v4
158
158
with :
159
- name : hpo-results
159
+ name : hpo-grpc- results
160
160
path : ./hpo_grpc_native_results.tar
161
161
retention-days : 2
162
162
Original file line number Diff line number Diff line change 53
53
if : always()
54
54
uses : actions/upload-artifact@v4
55
55
with :
56
- name : hpo-results
56
+ name : hpo-docker- results
57
57
path : ./hpo_docker_results.tar
58
58
retention-days : 2
59
59
93
93
if : always()
94
94
uses : actions/upload-artifact@v4
95
95
with :
96
- name : hpo-results
96
+ name : hpo-minikube- results
97
97
path : ./hpo_minikube_results.tar
98
98
retention-days : 2
You can’t perform that action at this time.
0 commit comments