File tree Expand file tree Collapse file tree 5 files changed +10
-301
lines changed Expand file tree Collapse file tree 5 files changed +10
-301
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515
1616name : DevDax
1717
18- on : [workflow_call]
18+ on :
19+ push :
20+ branches-ignore :
21+ - ' dependabot/**'
22+ pull_request :
1923
2024permissions :
2125 contents : read
3438 if : github.repository == 'oneapi-src/unified-memory-framework'
3539 strategy :
3640 matrix :
37- build_type : [Debug, Release ]
41+ build_type : [Debug]
3842 shared_library : ['ON', 'OFF']
3943
4044 runs-on : ["DSS-DEVDAX", "DSS-Ubuntu"]
5559 ls -al /dev/$(echo $UMF_TESTS_FSDAX_PATH | cut -d'/' -f3)
5660 ls -al /mnt/$(echo $UMF_TESTS_FSDAX_PATH | cut -d'/' -f3)
5761 mount | grep -e "/dev/$(echo $UMF_TESTS_FSDAX_PATH | cut -d'/' -f3)"
62+ sudo chmod a+w /mnt/$(echo $UMF_TESTS_FSDAX_PATH | cut -d'/' -f3)
63+ ls -al /mnt/$(echo $UMF_TESTS_FSDAX_PATH | cut -d'/' -f3)
5864
5965 - name : Checkout
6066 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9399
94100 - name : Run only tests of the file memory provider with FSDAX
95101 working-directory : ${{env.BUILD_DIR}}
96- run : ctest -C ${{matrix.build_type}} -R umf-provider_file_memory -V
102+ # run: ctest -C ${{matrix.build_type}} -R umf-provider_file_memory -V
103+ run : UMF_LOG="level:debug;flush:debug;output:stderr;pid:yes" test/umf_test-provider_file_memory
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments