Workspace: Add homefs #1689
Annotations
2 errors and 1 warning
Integration Test:
test/test_running.py#L277
test_workspace_home_mount
AssertionError: Expected '/home/hacker' to be mounted as 'nfs', but got: {'target': '/home/hacker', 'source': '/dev/loop3[/1/active]', 'fstype': 'btrfs', 'options': 'rw,relatime,discard=async,space_cache=v2,subvolid=259,subvol=/1/active'}
assert 'btrfs' == 'nfs'
- nfs
+ btrfs
|
Integration Test
Process completed with exit code 1.
|
Integration Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|