2025-12-08 18:25:43 -08:00
|
|
|
group: Tool use
|
|
|
|
|
depends_on:
|
|
|
|
|
- image-build
|
|
|
|
|
steps:
|
|
|
|
|
- label: OpenAI-Compatible Tool Use
|
|
|
|
|
timeout_in_minutes: 35
|
|
|
|
|
mirror_hardwares: [amdexperimental]
|
|
|
|
|
fast_check: false
|
|
|
|
|
source_file_dependencies:
|
|
|
|
|
- vllm/
|
|
|
|
|
- tests/tool_use
|
|
|
|
|
commands:
|
2025-12-15 21:45:36 +08:00
|
|
|
- pytest -v -s tool_use
|