Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Larger Runners for CCIP v1.6 RMN Tests #15634

Closed
wants to merge 2 commits into from

Conversation

dimkouv
Copy link
Contributor

@dimkouv dimkouv commented Dec 11, 2024

Migrate to Larger Runners for CCIP v1.6 RMN Tests

Background

The "RMN Tests" in our GitHub Actions workflow often require spinning up multiple Docker containers. On ubuntu-latest, the limited resources (CPU, memory, and disk space) occasionally caused tests to fail due to resource exhaustion with timeouts or random networking errors.

Change Summary

This PR updates the GitHub Actions workflow to use a larger runner (ubuntu-22.04-large). These runners provide more resources. This ensures the workflow can run more reliably the RMN Tests without failures caused by resource constraints.

Changes Made

  1. Updated runs-on in the workflow file:
    runs-on: ubuntu-22.04-large

@dimkouv
Copy link
Contributor Author

dimkouv commented Dec 13, 2024

#15677

@dimkouv dimkouv closed this Dec 13, 2024
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.

1 participant