From 7ab252ce5084d3abd2501aad400db690e16900aa Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flow@cs.fau.de>
Date: Mon, 11 Jan 2021 16:36:42 +0100
Subject: [PATCH] [CI] Add job to test worker wakeup strategy "all"

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4b6bbfce..e7629f99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,6 +105,10 @@ variables:
   variables:
     BUILDTYPE: debug
 
+.worker-wakeup-strategy-all:
+  variables:
+    EMPER_WORKER_WAKEUP_STRATEGY: "all"
+
 test-gcc:
   extends:
     - .test
@@ -175,3 +179,8 @@ test-laws-release:
   extends:
     - test-laws
     - .release-build
+
+test-worker-wakeup-strategy-all:
+  extends:
+    - .test
+    - .worker-wakeup-strategy-all
-- 
GitLab