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

[CI] Add job to test worker wakeup strategy "all"

parent 3fa15d16
No related branches found
No related tags found
No related merge requests found
Pipeline #55584 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment