Skip to content

Commit fe80d68

Browse files
committed
Rename devdax.yml to dax.yml
Rename devdax.yml to dax.yml and add info about FSDAX. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 572104d commit fe80d68

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.github/workflows/devdax.yml renamed to .github/workflows/dax.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
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
410
# 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+
#
515

616
name: DevDax
717

.github/workflows/pr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: ./.github/workflows/basic.yml
8989
DevDax:
9090
needs: [FastBuild]
91-
uses: ./.github/workflows/devdax.yml
91+
uses: ./.github/workflows/dax.yml
9292
Sanitizers:
9393
needs: [FastBuild]
9494
uses: ./.github/workflows/sanitizers.yml

0 commit comments

Comments
 (0)