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(neon-extra-builds): Use small-arm64 runners instead of large-arm64 #7740

Merged
merged 1 commit into from
May 15, 2024

Conversation

bayandin
Copy link
Member

@bayandin bayandin commented May 13, 2024

Problem

There's not enough arm runners, and jobs in neon-extra-builds workflow take about the same amount of time on a small -arm runner as on large-arm.

Summary of changes

  • Switch neon-extra-builds workflow from large-arm64 to small-arm64 runners

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

@bayandin bayandin added the run-extra-build-arm When placed on a PR, tells the CI to run a build on Linux arm label May 13, 2024
Copy link

3060 tests run: 2927 passed, 0 failed, 133 skipped (full report)


Code coverage* (full report)

  • functions: 31.4% (6332 of 20168 functions)
  • lines: 47.3% (47828 of 101111 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
024b3b2 at 2024-05-13T16:24:21.025Z :recycle:

@bayandin bayandin marked this pull request as ready for review May 13, 2024 16:56
@bayandin bayandin requested a review from cicdteam May 13, 2024 17:38
@bayandin bayandin enabled auto-merge (squash) May 14, 2024 10:33
@bayandin bayandin disabled auto-merge May 14, 2024 10:33
@bayandin bayandin enabled auto-merge (squash) May 14, 2024 10:34
@bayandin bayandin merged commit 438bacc into main May 15, 2024
62 checks passed
@bayandin bayandin deleted the bayandin/small-arm64 branch May 15, 2024 11:29
a-masterov pushed a commit that referenced this pull request May 20, 2024
…#7740)

## Problem
There are not enough arm runners and jobs in `neon-extra-builds` workflow
take about the same amount of time on a small-arm runner as on
large-arm.

## Summary of changes
- Switch `neon-extra-builds` workflow from `large-arm64` to
`small-arm64` runners
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-extra-build-arm When placed on a PR, tells the CI to run a build on Linux arm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants