Skip to content

Commit 8478e1d

Browse files
committed
DEBUG CI
1 parent e927135 commit 8478e1d

File tree

5 files changed

+8
-301
lines changed

5 files changed

+8
-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: 8 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"]
@@ -93,4 +97,5 @@ jobs:
9397
9498
- name: Run only tests of the file memory provider with FSDAX
9599
working-directory: ${{env.BUILD_DIR}}
96-
run: ctest -C ${{matrix.build_type}} -R umf-provider_file_memory -V
100+
# run: ctest -C ${{matrix.build_type}} -R umf-provider_file_memory -V
101+
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)