From 4b7d3884dff2cd44d51d5b51f9254c4e0980a45e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 25 Aug 2022 14:05:25 -0700 Subject: Avoid randomizing the order of test-all on arm64 (https://github.com/Shopify/ruby/pull/440) for now --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 038df9530c..df57ebd7f6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -137,7 +137,7 @@ yjit_task: make_btest_script: source $HOME/.cargo/env && make -j btest RUN_OPTS="--yjit-call-threshold=1 --yjit-verify-ctx" # Check that we can run test-all successfully (running TestGCCompact separately until we fix its performance) - make_test_all_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTOPTS="$RUBY_TESTOPTS"' --name=!/TestGCCompact/' + make_test_all_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTOPTS="$RUBY_TESTOPTS"' --test-order=alpha --name=!/TestGCCompact/' test_gc_compact_script: source $HOME/.cargo/env && make -j test-all RUN_OPTS="--yjit-call-threshold=1" TESTS="test/ruby/test_gc_compact.rb" # Check that we can run test-spec successfully -- cgit v1.2.3