File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- # This workflow builds and tests the devdax memory provider.
2
- # It requires a DAX device (e.g. /dev/dax0.0) configured in the OS.
3
- # This DAX device should be specified using the
1
+ #
2
+ # This workflow builds and tests the devdax memory provider
3
+ # and the file memory provider with FSDAX.
4
+ # It requires:
5
+ # - a DAX device (e.g. /dev/dax0.0) and
6
+ # - a FSDAX device (e.g. /dev/pmem1)
7
+ # configured and mounted in the OS.
8
+ #
9
+ # The DAX device should be specified using the
4
10
# UMF_TESTS_DEVDAX_PATH and UMF_TESTS_DEVDAX_SIZE environment variables.
11
+ #
12
+ # The FSDAX device should be mounted (e.g. /mnt/pmem1) in the OS
13
+ # and specified using the UMF_TESTS_FSDAX_PATH environment variable.
14
+ #
5
15
6
16
name : DevDax
7
17
Original file line number Diff line number Diff line change 88
88
uses : ./.github/workflows/basic.yml
89
89
DevDax :
90
90
needs : [FastBuild]
91
- uses : ./.github/workflows/devdax .yml
91
+ uses : ./.github/workflows/dax .yml
92
92
Sanitizers :
93
93
needs : [FastBuild]
94
94
uses : ./.github/workflows/sanitizers.yml
You can’t perform that action at this time.
0 commit comments