From 1468eb91d75fddf0c20bb5788655aec4c32c3ea7 Mon Sep 17 00:00:00 2001 From: Florian Schmaus <flow@cs.fau.de> Date: Sat, 10 Apr 2021 16:37:59 +0200 Subject: [PATCH] [gitlab-ci] Fix test-with-stats The EMPER option Meson option for stats is called 'stats' not 'worker_stats'. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e2ee123..5490547b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab