Skip to content

Commit de9cc57

Browse files
committed
DEBUG CI
1 parent e927135 commit de9cc57

File tree

5 files changed

+10
-301
lines changed

5 files changed

+10
-301
lines changed

.github/workflows/bandit.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/dax.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515

1616
name: DevDax
1717

18-
on: [workflow_call]
18+
on:
19+
push:
20+
branches-ignore:
21+
- 'dependabot/**'
22+
pull_request:
1923

2024
permissions:
2125
contents: read
@@ -34,7 +38,7 @@ jobs:
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"]
@@ -55,6 +59,8 @@ jobs:
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
@@ -93,4 +99,5 @@ jobs:
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

.github/workflows/pr_push.yml

Lines changed: 0 additions & 112 deletions
This file was deleted.

.github/workflows/trivy.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)