From e9a2effd74a3c1a40bd82e75ac24e8570ba57364 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Thu, 21 Jul 2022 14:53:33 -0400 Subject: Enable more btests in the CI workflows (https://github.com/Shopify/ruby/pull/334) * Enable more btests in the CI workflows * Update workflows --- .cirrus.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 293873af5b..a6d29cd3eb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -125,5 +125,25 @@ yjit_task: boot_miniruby_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 -e0 test_dump_insns_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-dump-insns -e0 # output_stats_script: RUST_BACKTRACE=1 ./miniruby --yjit-call-threshold=1 --yjit-stats -e0 - bootstrap_tests_script: RUST_BACKTRACE=1 ruby --disable=gems bootstraptest/runner.rb --ruby="./miniruby -I./lib -I. -I.ext/common --disable-gems --yjit-call-threshold=1 --yjit-verify-ctx" bootstraptest/test_yjit_new_backend.rb + bootstrap_tests_script: | + RUST_BACKTRACE=1 ruby --disable=gems bootstraptest/runner.rb --ruby="./miniruby -I./lib -I. -I.ext/common --disable-gems --yjit-call-threshold=1 --yjit-verify-ctx" \ + bootstraptest/test_attr.rb \ + bootstraptest/test_autoload.rb \ + bootstraptest/test_class.rb \ + bootstraptest/test_constant_cache.rb \ + bootstraptest/test_env.rb \ + bootstraptest/test_eval.rb \ + bootstraptest/test_exception.rb \ + bootstraptest/test_fiber.rb \ + bootstraptest/test_finalizer.rb \ + bootstraptest/test_flip.rb \ + bootstraptest/test_flow.rb \ + bootstraptest/test_fork.rb \ + bootstraptest/test_gc.rb \ + bootstraptest/test_jump.rb \ + bootstraptest/test_literal_suffix.rb \ + bootstraptest/test_load.rb \ + bootstraptest/test_massign.rb \ + bootstraptest/test_string.rb \ + bootstraptest/test_yjit_new_backend.rb # full_build_script: make -j -- cgit v1.2.1