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 15
15
16
16
name : DevDax
17
17
18
- on : [workflow_call]
18
+ on :
19
+ push :
20
+ branches-ignore :
21
+ - ' dependabot/**'
22
+ pull_request :
19
23
20
24
permissions :
21
25
contents : read
34
38
if : github.repository == 'oneapi-src/unified-memory-framework'
35
39
strategy :
36
40
matrix :
37
- build_type : [Debug, Release ]
41
+ build_type : [Debug]
38
42
shared_library : ['ON', 'OFF']
39
43
40
44
runs-on : ["DSS-DEVDAX", "DSS-Ubuntu"]
55
59
ls -al /dev/$(echo $UMF_TESTS_FSDAX_PATH | cut -d'/' -f3)
56
60
ls -al /mnt/$(echo $UMF_TESTS_FSDAX_PATH | cut -d'/' -f3)
57
61
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)
58
64
59
65
- name : Checkout
60
66
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
93
99
94
100
- name : Run only tests of the file memory provider with FSDAX
95
101
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