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

ci: use ubuntu-platform github runner hardware for all github actions #1920

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

lklimek
Copy link
Contributor

@lklimek lklimek commented Jul 2, 2024

Issue being fixed or feature implemented

Docker images and drive-abci tests are run using ubuntu-platform-4x instances that are configured to use c7gd.4xlarge aws instances. Others use c7gd.2xlarge.This causes the following issues:

  • pipelines don't even start for multiple hours due to low availability of c7gd.4xlarge instances on the region we use,
  • 4x costs are higher than 2x

What was done?

As a workaround, we use ubuntu-platform (c7gd.2xlarge) for all types of jobs.

How Has This Been Tested?

Run GHA pipelines.

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@lklimek lklimek changed the title build: downgrade runners build: use the same runner hardware for all instance types Jul 2, 2024
@lklimek lklimek changed the title build: use the same runner hardware for all instance types build: use ubuntu-platform github runner hardware for github actions Jul 2, 2024
@lklimek lklimek changed the title build: use ubuntu-platform github runner hardware for github actions build: use ubuntu-platform github runner hardware for all github actions Jul 2, 2024
@lklimek lklimek merged commit 670218a into v1.0-dev Jul 2, 2024
131 checks passed
@shumkov shumkov changed the title build: use ubuntu-platform github runner hardware for all github actions ci: use ubuntu-platform github runner hardware for all github actions Jul 2, 2024
@lklimek lklimek deleted the build/downgrade-runners branch July 2, 2024 11:08
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.

2 participants