mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- running circleCI tests with fibers disabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user