-
Notifications
You must be signed in to change notification settings - Fork 19
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
switch Merge PR workflow to EKS runners #1459
Conversation
c203513
to
a21aaef
Compare
a21aaef
to
20d307f
Compare
@@ -65,8 +65,10 @@ jobs: | |||
|
|||
calc-code-coverage: | |||
name: Merge - Calculate Code Coverage | |||
# This job currently fails on EKS runners and must be run on standalone until | |||
# https://www.pivotaltracker.com/story/show/185045668 is resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding this comment, so we remember why this particular job couldn't be switched to the new EKS runners at this point.
@wilwade Can you approve this one? |
233d9bf
to
ea25dcc
Compare
Codecov Report
@@ Coverage Diff @@
## main #1459 +/- ##
=======================================
Coverage 73.49% 73.49%
=======================================
Files 51 51
Lines 4912 4912
=======================================
Hits 3610 3610
Misses 1302 1302 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
c1315df
to
cc51881
Compare
cc51881
to
e67a521
Compare
@@ -11,15 +11,10 @@ jobs: | |||
changes: | |||
name: Determine Changed Files | |||
runs-on: ubuntu-20.04 | |||
container: public.ecr.aws/lts/ubuntu:20.04 | |||
container: ghcr.io/libertydsnp/frequency/ci-base-image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taking opportunity to switch container to the new CI base image.
Goal
The goal of this PR is switch Merge PR workflow to the new EKS runners.
Part of #1362