Skip to content
Snippets Groups Projects
Commit 1468eb91 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[gitlab-ci] Fix test-with-stats

The EMPER option Meson option for stats is called 'stats' not
'worker_stats'.
parent f66071b1
No related branches found
No related tags found
1 merge request!159[gitlab-ci] Fix test-with-stats
......@@ -93,9 +93,9 @@ clang-tidy:
variables:
EMPER_WORKER_SLEEP: 'false'
.emper-worker-stats:
.emper-stats:
variables:
EMPER_WORKER_STATS: 'true'
EMPER_STATS: 'true'
.emper-userspace-rcu:
variables:
......@@ -201,7 +201,7 @@ test-worker-no-sleep:
test-with-stats:
extends:
- .test
- .emper-worker-stats
- .emper-stats
test-with-userspace-rcu:
extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment