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

chore(ci): Pin Github Actions runners to Ubuntu 18.04 for certain jobs #6432

Merged
merged 4 commits into from
Feb 12, 2021

Conversation

jszwedko
Copy link
Member

@jszwedko jszwedko commented Feb 12, 2021

ubuntu-latest is in the process of being migrated which means the jobs
can run on either 18.04 or 20.04:

actions/runner-images#1816

We've seen some failures on 20.04 that we'll need to address before
upgrading.

https://github.com/timberio/vector/actions/runs/559968325

Also replace ubuntu-latest with ubuntu-20.04 for jobs that seem to be fine on 20.04.

I ended up including a fix for actions/runner-images#2703 as well.

@jszwedko jszwedko requested review from a team and juchiast and removed request for a team February 12, 2021 18:36
ubuntu-latest is in the process of being migrated which means the jobs
can run on either 18.04 or 20.04:

actions/runner-images#1816

We've seen some failures on 20.04 that we'll need to address before
upgrading.

https://github.com/timberio/vector/actions/runs/559968325
Signed-off-by: Jesse Szwedko <[email protected]>
@jszwedko
Copy link
Member Author

Kicked off nightly too to verify: https://github.com/timberio/vector/actions/runs/561888892

@jszwedko jszwedko added ci-condition: k8s e2e all targets Run Kubernetes E2E test suite for all targets (instead of just the essential subset) ci-condition: k8s e2e tests enable Run Kubernetes E2E test suite for this PR labels Feb 12, 2021
Jobs interacting with AWS seem to fail as well as building the docker
image (possibly due to a kernal version difference). Both of these
worked on 18.04.

Signed-off-by: Jesse Szwedko <[email protected]>
@jszwedko jszwedko changed the title chore(ci): Pin Github Actions runners to Ubuntu 18.04 chore(ci): Pin Github Actions runners to Ubuntu 18.04 for certain jobs Feb 12, 2021
Signed-off-by: Jesse Szwedko <[email protected]>
@jszwedko jszwedko merged commit 06be3dd into master Feb 12, 2021
@jszwedko jszwedko deleted the pin-to-18.04 branch February 12, 2021 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-condition: k8s e2e all targets Run Kubernetes E2E test suite for all targets (instead of just the essential subset) ci-condition: k8s e2e tests enable Run Kubernetes E2E test suite for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants