- running circleCI tests with fibers disabled

This commit is contained in:
denihs
2023-03-22 14:10:24 -04:00
parent 5d0044d57d
commit bbc2111299

View File

@@ -108,6 +108,7 @@ set_fibers_env: &set_fibers_env
if [ "<< parameters.fibers >>" == "false" ]; then
echo "Disabling Fibers"
echo 'export DISABLE_FIBERS=1' >> "$BASH_ENV"
echo 'export IGNORE_ASYNC_PLUGIN=1' >> "$BASH_ENV"
source "$BASH_ENV"
fi
@@ -117,17 +118,19 @@ matrix_for_fibers: &matrix_for_fibers
matrix:
parameters:
# If we want to run with Fibers and without, just append false here.
fibers: [true]
fibers: [false]
jobs:
Get Ready:
<<: *can_disable_fibers
<<: *build_machine_environment
steps:
- run:
<<: *run_log_mem_use
- run:
<<: *run_env_change
- run: *set_fibers_env
- checkout
- run:
# https://discuss.circleci.com/t/git-submodule-url-isnt-playing-nice-with-the-cache/549/3