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

Temporarly downgrade GitHub runner to Ubuntu 18.04 #537

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Jul 1, 2021

The GitHub runner has been upgraded to the latest version 20210628.1 which has changed the kernel.
The K3d action stopped working, so we don't get terratests, releases, etc..

I found that the tests would pass if I upgraded the k3d version, but unfortunately k3d has changed too much and just upgrading the version inside the k3d action is not enough and I will need more time to investigate.

That's why I'm temporarily downgrading the github runner until I fix the k3d-action.

Signed-off-by: kuritka kuritka@gmail.com

The GitHub runner has been upgraded to the latest [version 20210628.1](https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20210628.1) which has changed the kernel.
The K3d action stopped working, so we don't get terratests, releases, etc..

I found that the tests would pass if I upgraded the k3d version, but unfortunately k3d has changed too much and just upgrading the version inside the k3d action is not enough and I will need more time to investigate.

That's why I'm temporarily downgrading the github runner until I fix the k3d-action.

Signed-off-by: kuritka <kuritka@gmail.com>
Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry if am missing something but aren't we using ubuntu-20.4 for a while already?

2020-11-27 12:41:14 +0100 10)     runs-on: ubuntu-20.04

Shouldn't we try to pin to a specific patch release? as in major.minor.patch ?

@kuritka
Copy link
Collaborator Author

kuritka commented Jul 1, 2021

Sorry if am missing something but aren't we using ubuntu-20.4 for a while already?

2020-11-27 12:41:14 +0100 10)     runs-on: ubuntu-20.04

Shouldn't we try to pin to a specific patch release? as in major.minor.patch ?

Hi, good question:

run-on defines Environment, but behind that new ubuntu versions are deployed (last line)
Screenshot 2021-07-01 at 09 45 39

I was comparing raw logs and this is difference between a successful and unsuccessful run:

2021-06-28T09:48:22.3873627Z Environment: ubuntu-20.04
2021-06-28T09:48:22.3874229Z Version: 20210614.1
2021-06-30T13:31:45.1527941Z Environment: ubuntu-20.04
2021-06-30T13:31:45.1528600Z Version: 20210628.1

@somaritane
Copy link
Contributor

@kuritka , I had a similar issue with AbsaOSS/terraform-controller#55, downgrade to ubuntu-18.04 helped!

Copy link
Contributor

@somaritane somaritane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuritka LGTM

@kuritka kuritka merged commit 171b3c2 into master Jul 1, 2021
@kuritka kuritka deleted the downgrade-runner-to-ubuntu-1804 branch July 19, 2021 21:48
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.

4 participants