Description
What happened:
While migrating etcd bbolt ARM64 GitHub workflows to the prow infrastructure, we're facing issues trying to enable our robustness tests. Bbolt robustness tests require dm-flakey
, which requires xfsprogs
(XFS). I believe the problem is that the host machine doesn't have support/or uses that file system. Even though this is initially required for our ARM64 jobs, we would expect to have it working for the AMD64 architecture in the future.
What you expected to happen:
We should be able to run the robustness tests in the prow infrastructure.
How to reproduce it (as minimally and precisely as possible):
The pull request etcd-io/bbolt#849 has the changes to attempt to run this prow job.
Please provide links to example occurrences, if any:
Refer to the Prow job logs:
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_bbolt/844/pull-bbolt-robustness-arm64/1849591798716960768
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/etcd-io_bbolt/849/pull-bbolt-robustness-arm64/1851322014455828480
Anything else we need to know?:
Thanks for your help.