Skip to content

Commit b0e3247

Browse files
committed
fix(ci): harden vLLM GPU recording workflow cleanup
Signed-off-by: Sumanth Kamenani <skamenan@redhat.com>
1 parent 74e324c commit b0e3247

6 files changed

Lines changed: 162 additions & 298 deletions

File tree

.github/actions/setup-test-environment/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ runs:
5353
hf-cache-${{ runner.os }}-
5454
5555
- name: Pre-download HuggingFace assets for offline use
56+
if: ${{ inputs.enable-hf-cache == 'true' }}
5657
shell: bash
5758
env:
5859
HF_HUB_ENABLE_HF_TRANSFER: "1"

.github/workflows/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ OGX uses GitHub Actions for Continuous Integration (CI). Below is a table detail
2121
| Messages API - Claude Code Client Smoke Tests | [integration-tests-messages-clients.yml](integration-tests-messages-clients.yml) | Drive the Claude Code CLI and Agent SDK against /v1/messages (live, Ollama) |
2222
| Integration Tests (Replay) | [integration-tests.yml](integration-tests.yml) | Run the integration test suites from tests/integration in replay mode |
2323
| Vector IO Integration Tests | [integration-vector-io-tests.yml](integration-vector-io-tests.yml) | Run the integration test suite with various VectorIO providers |
24-
| Launch GPU EC2 Runner | [launch-gpu-ec2-runner.yml](launch-gpu-ec2-runner.yml) | GPU recording for gpt-oss:20b (${{ inputs.suite }} suite) |
2524
| OpenAPI Generator SDK Validation | [openapi-generator-validation.yml](openapi-generator-validation.yml) | Validate OpenAPI Generator SDK generation |
2625
| OpenResponses Conformance Tests | [openresponses-conformance.yml](openresponses-conformance.yml) | Run OpenResponses conformance tests against ogx Responses API |
2726
| Post-release automation | [post-release.yml](post-release.yml) | Post-release automation |

.github/workflows/launch-gpu-ec2-runner.yml

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)