We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bb415 commit 8e728d2Copy full SHA for 8e728d2
.github/workflows/reusable_basic.yml
@@ -20,7 +20,7 @@ jobs:
20
container:
21
# image: ghcr.io/bb-ur/umf-${{ matrix.os }}:latest
22
image: ghcr.io/rbanka1/umf-${{ matrix.os }}:latest
23
- options: --user test_user --cap-add=SYS_NICE --cap-add=DAC_OVERRIDE
+ options: --user test_user --cap-add=SYS_NICE --cap-add=SYS_ADMIN --cap-add=CAP_SYS_RESOURCE --cap-add=CAP_SETUID --cap-add=CAP_KILL --cgroupns=host
24
volumes:
25
- ${{ github.workspace }}:${{ github.workspace }}
26
strategy:
@@ -201,6 +201,7 @@ jobs:
201
202
- name: CHECK test_provider_os_memory
203
run: |
204
+ lstopo --verbose
205
strace build/test/test_provider_os_memory --gtest_filter="*BasicFlow/0"
206
207
- name: Run tests
0 commit comments