Skip to content

[Infra] Bump llm_translation_testing resource class to xlarge#25887

Merged
shin-berri merged 1 commit intolitellm_internal_stagingfrom
litellm_/vigilant-cannon
Apr 16, 2026
Merged

[Infra] Bump llm_translation_testing resource class to xlarge#25887
shin-berri merged 1 commit intolitellm_internal_stagingfrom
litellm_/vigilant-cannon

Conversation

@yuneng-berri
Copy link
Copy Markdown
Collaborator

Summary

Bumps the CircleCI llm_translation_testing job's resource_class from large (4 vCPUs / 8GB RAM) to xlarge (8 vCPUs / 16GB RAM) to give the job more compute.

Changes

  • .circleci/config.yml: resource_class: largeresource_class: xlarge for the llm_translation_testing job.

Testing

CI will exercise the new resource class when this PR runs.

Type

🚄 Infrastructure

@yuneng-berri yuneng-berri requested a review from a team April 16, 2026 18:51
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
litellm Ready Ready Preview, Comment Apr 16, 2026 6:52pm

Request Review

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 16, 2026

Greptile Summary

This PR bumps the resource_class for the llm_translation_testing CircleCI job from large (4 vCPU / 8 GB) to xlarge (8 vCPU / 16 GB), giving the job more compute headroom. The change is a single-line diff with no code logic impact.

Confidence Score: 5/5

This PR is safe to merge — it is a trivial single-line CI resource class bump with no code or logic changes.

The change is confined to one line in the CI config, upgrading compute resources for a test job. There are no logic changes, no security implications, and no custom rules are violated. The existing install script already follows the supply-chain safety rules (pinned version, SHA-256 verification).

No files require special attention.

Important Files Changed

Filename Overview
.circleci/config.yml Single-line change upgrading llm_translation_testing job resource class from large to xlarge; no logic changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[llm_translation_testing job] --> B{Resource Class}
    B -->|Before| C["large\n4 vCPU / 8 GB RAM"]
    B -->|After| D["xlarge\n8 vCPU / 16 GB RAM"]
    D --> E[checkout + install deps]
    E --> F[Run pytest on tests/llm_translation/]
    F --> G[Store test results]
Loading

Reviews (1): Last reviewed commit: "[Infra] Bump llm_translation_testing res..." | Re-trigger Greptile

@shin-berri shin-berri merged commit 65717ad into litellm_internal_staging Apr 16, 2026
53 of 83 checks passed
@shin-berri shin-berri deleted the litellm_/vigilant-cannon branch April 16, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants