Studio CI: tolerate transient artifact-upload flakes on diagnostic log steps (#5913)
This commit is contained in:
parent
fc09d8f343
commit
0091b72a90
3 changed files with 18 additions and 0 deletions
6
.github/workflows/studio-inference-smoke.yml
vendored
6
.github/workflows/studio-inference-smoke.yml
vendored
|
|
@ -296,6 +296,8 @@ jobs:
|
|||
- name: Upload logs
|
||||
# Always upload so green runs are still reviewable.
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: openai-anthropic-log
|
||||
|
|
@ -771,6 +773,8 @@ jobs:
|
|||
- name: Upload logs
|
||||
# Always upload so green runs are still reviewable.
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: tool-calling-log
|
||||
|
|
@ -1043,6 +1047,8 @@ jobs:
|
|||
- name: Upload logs
|
||||
# Always upload so green runs are still reviewable.
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: json-images-log
|
||||
|
|
|
|||
|
|
@ -289,6 +289,8 @@ jobs:
|
|||
- name: Upload logs
|
||||
# Always upload so green runs are still reviewable.
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: openai-anthropic-log
|
||||
|
|
@ -649,6 +651,8 @@ jobs:
|
|||
- name: Upload logs
|
||||
# Always upload so green runs are still reviewable.
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: tool-calling-log
|
||||
|
|
@ -1025,6 +1029,8 @@ jobs:
|
|||
- name: Upload logs
|
||||
# Always upload so green runs are still reviewable.
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: json-images-log
|
||||
|
|
|
|||
|
|
@ -373,6 +373,8 @@ jobs:
|
|||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: windows-openai-anthropic-log
|
||||
|
|
@ -801,6 +803,8 @@ jobs:
|
|||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: windows-tool-calling-log
|
||||
|
|
@ -1199,6 +1203,8 @@ jobs:
|
|||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
# Diagnostic only: a transient artifact-service drop must not fail a green job.
|
||||
continue-on-error: true
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: windows-json-images-log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue