ci: temporarily disable multimodal-gen-test-1-b200 (#24174)
This commit is contained in:
@@ -275,13 +275,19 @@ jobs:
|
|||||||
artifact-suffix: component-accuracy
|
artifact-suffix: component-accuracy
|
||||||
|
|
||||||
multimodal-gen-test-1-b200:
|
multimodal-gen-test-1-b200:
|
||||||
if: |
|
# TODO: Temporarily disabled (`if: false`) — deterministically failing
|
||||||
(inputs.target_stage == 'multimodal-gen-test-1-b200') ||
|
# with `RobertaProcessing.__new__() got an unexpected keyword argument
|
||||||
(
|
# 'cls'` (tokenizer/transformers compatibility) and blocking CI.
|
||||||
!inputs.target_stage &&
|
# Restore the original `if:` condition (commented below) once the
|
||||||
((github.event_name == 'schedule' || inputs.test_parallel_dispatch == 'true') || (inputs.caller_needs_failure != 'true' && !cancelled())) &&
|
# underlying fix lands.
|
||||||
inputs.multimodal_gen == 'true'
|
if: false
|
||||||
)
|
# if: |
|
||||||
|
# (inputs.target_stage == 'multimodal-gen-test-1-b200') ||
|
||||||
|
# (
|
||||||
|
# !inputs.target_stage &&
|
||||||
|
# ((github.event_name == 'schedule' || inputs.test_parallel_dispatch == 'true') || (inputs.caller_needs_failure != 'true' && !cancelled())) &&
|
||||||
|
# inputs.multimodal_gen == 'true'
|
||||||
|
# )
|
||||||
runs-on: ${{ inputs.b200_runner }}
|
runs-on: ${{ inputs.b200_runner }}
|
||||||
timeout-minutes: 240
|
timeout-minutes: 240
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user