summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2022-07-21 14:53:33 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2022-08-29 08:47:03 -0700
commite9a2effd74a3c1a40bd82e75ac24e8570ba57364 (patch)
tree3c203ca452c7249daa217c8a49c7e60ec6c4cb48 /.cirrus.yml
parent76b05ba9e8f72ce98057d3817f6f353c9e62a892 (diff)
Enable more btests in the CI workflows (https://github.com/Shopify/ruby/pull/334)
* Enable more btests in the CI workflows * Update workflows
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml22
1 files changed, 21 insertions, 1 deletions
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