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: ...@@ -93,9 +93,9 @@ clang-tidy:
variables: variables:
EMPER_WORKER_SLEEP: 'false' EMPER_WORKER_SLEEP: 'false'
.emper-worker-stats: .emper-stats:
variables: variables:
EMPER_WORKER_STATS: 'true' EMPER_STATS: 'true'
.emper-userspace-rcu: .emper-userspace-rcu:
variables: variables:
...@@ -201,7 +201,7 @@ test-worker-no-sleep: ...@@ -201,7 +201,7 @@ test-worker-no-sleep:
test-with-stats: test-with-stats:
extends: extends:
- .test - .test
- .emper-worker-stats - .emper-stats
test-with-userspace-rcu: test-with-userspace-rcu:
extends: extends:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment