diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc612eb9459b81e5be3501e20bafd92ea23d3dc3..6f5e81f7626d70751b1b00145d18173f02770887 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,6 +147,10 @@ clang-tidy: variables: EMPER_WORKER_WAKEUP_STRATEGY: "all" +.emper-worker-wakeup-strategy-throttle: + variables: + EMPER_WORKER_WAKEUP_STRATEGY: "throttle" + .do-not-log-timestamp: variables: EMPER_LOG_TIMESTAMP: "false" @@ -243,6 +247,11 @@ test-worker-wakeup-strategy-all: - .test - .worker-wakeup-strategy-all +test-worker-wakeup-strategy-throttle: + extends: + - .test + - .emper-worker-wakeup-strategy-throttle + test-do-not-log-timestamp: extends: - .test