Skip to content

failed_tests

failed_tests #2

Workflow file for this run

name: failed_tests
permissions: read-all
on:
workflow_dispatch:
paths-ignore:
- '**/*.md'
- 'docs/**/*'
- 'tests/post_training/*' # post_training tests runs on Jenkins
- 'tests/torch/sota_checkpoints_eval.json' # reference for PT e2e
- 'tests/tensorflow/sota_checkpoints_eval.json' # reference for TF e2e
- 'tests/cross_fw/examples/*' # examples tests runs in separate workflow
jobs:
pytest:
uses: ./.github/workflows/call_precommit2.yml
with:
python_version: "3.10.14"
gpu_enabled: true