k3s icon indicating copy to clipboard operation
k3s copied to clipboard

CI: update Fedora 34 -> 36

Open AkihiroSuda opened this issue 2 years ago • 4 comments

Proposed Changes

Update Fedora 34 to 36.

Fedora 34 has reached EOL on 2022-06-07 https://docs.fedoraproject.org/en-US/releases/eol/

Types of Changes

CI

Verification

Observe the CI result

Testing

Observe the CI result

Linked Issues

🚫

User-Facing Change

🚫

Further Comments

🚫

AkihiroSuda avatar Aug 04 '22 08:08 AkihiroSuda

This works fine for me locally, I'm not sure why it's failing in GH Actions.

brandond avatar Aug 04 '22 17:08 brandond

@dereknola do you know of a good way to get the conformance test to output more information when it fails? It works fine locally for me, and the output that we do get isn't really enough to troubleshoot with.

    cgroup-unified: Waiting for deployment "coredns" rollout to finish: 0 of 1 updated replicas are available...
    cgroup-unified: 
    cgroup-unified: real	8m20.007s
    cgroup-unified: user	0m3.903s
    cgroup-unified: sys	0m3.069s
The SSH command responded with a non-zero exit status.

brandond avatar Aug 04 '22 21:08 brandond

Its all just bash scripts, you would need to modify https://github.com/AkihiroSuda/k3s/blob/fedora-36/tests/cgroup/unified/fedora-36/Vagrantfile#L85 to output more info on detecting an exit != 0

dereknola avatar Aug 04 '22 21:08 dereknola

Locally testing this, I'm still not sure why fedora-36 is broken, it pass just fine on my machine. I did test with fedora-35 on GH and that passes locally and on CI. So for now we can just move to fedora-35 instead. Yes it EOL in November, but that gives us more time to fix fedora-36.

dereknola avatar Aug 09 '22 21:08 dereknola

Locally testing this, I'm still not sure why fedora-36 is broken, it pass just fine on my machine. I did test with fedora-35 on GH and that passes locally and on CI. So for now we can just move to fedora-35 instead. Yes it EOL in November, but that gives us more time to fix fedora-36.

Sure, opened https://github.com/k3s-io/k3s/pull/5996

AkihiroSuda avatar Aug 16 '22 08:08 AkihiroSuda

Closing this PR as we went with updating to 35 instead.

dereknola avatar Aug 29 '22 18:08 dereknola