Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Fischer
emper
Commits
3c3c48df
Commit
3c3c48df
authored
Apr 06, 2022
by
Florian Fischer
Browse files
CI: add synchronous IO test
parent
323e1d77
Pipeline
#80120
passed with stages
in 16 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3c3c48df
...
...
@@ -151,6 +151,10 @@ clang-tidy:
variables
:
EMPER_IO_SINGLE_URING
:
'
true'
.emper-synchronous-io
:
variables
:
EMPER_IO_SYNCHRONOUS
:
'
true'
.emper-io-stealing
:
variables
:
EMPER_IO_STEALING
:
'
true'
...
...
@@ -412,6 +416,11 @@ test-single-uring:
-
.test
-
.emper-single-uring
test-synchronous-io
:
extends
:
-
.test
-
.emper-synchronous-io
test-pipe-sleep-strategy
:
extends
:
-
.test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment