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

Add lazyfs support for arm64 robustness workflow #16392

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

jmhbnz
Copy link
Member

@jmhbnz jmhbnz commented Aug 8, 2023

Recently in #14691 we introduced support for lazyfs for nightly amd64 robustness tests. With arm64 at tier1 we need to ensure arm64 nightlies also support lazyfs.

This was a little more complicated as our arm64 nightlies run in containers for better isolation on our self hosted runners. In order to mount the lazyfs fuse based filesystem inside a container we need to run a privileged container to ensure the fuse device is passed through and mountable.

This pull request is a pre-requisite before wider adoption of containers for etcd workflows can be progressed under #15956.

The good news is once this pull request merges we will be able to combine robustness-template-arm64.yaml with robustness-template.yaml and go back down to one workflow template for all robustness workflows.

@jmhbnz jmhbnz force-pushed the add-lazyfs-arm64-support branch 2 times, most recently from 04744f5 to 5168890 Compare August 9, 2023 01:51
@jmhbnz jmhbnz changed the title [WIP] Add lazyfs support for arm64 robustness. Add lazyfs support for arm64 robustness. Aug 9, 2023
Copy link
Member Author

@jmhbnz jmhbnz left a comment

Choose a reason for hiding this comment

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

Note for reviewers: I initially had this pr set to run robustness nightly jobs on: pull_request for verification. You can find that actions run here https://github.com/etcd-io/etcd/actions/runs/5801718679.

From what I could see it looks like the lazyfs tests were behaving as expected in main-arm64.

@jmhbnz jmhbnz marked this pull request as ready for review August 9, 2023 02:44
@jmhbnz jmhbnz changed the title Add lazyfs support for arm64 robustness. Add lazyfs support for arm64 robustness workflow Aug 9, 2023
Signed-off-by: James Blair <mail@jamesblair.net>
Copy link
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

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

LGTM

@ahrtr ahrtr merged commit 196b1f5 into etcd-io:main Aug 10, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants