Disable TCs since we found some regression

Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
Seonghyun Kim 2025-06-18 16:35:15 +09:00 committed by Patrick Kim
commit 18a470f3f8

View file

@ -330,6 +330,9 @@ jobs:
# exclude octane, v8, web-tooling-benchmark due to low performance incurred by SMALL_CONFIG
- tc: 'octane v8 web-tooling-benchmark'
build_opt: '-DESCARGOT_SMALL_CONFIG=ON -DESCARGOT_USE_CUSTOM_LOGGING=ON'
# exclude spidermonkey due to regression with TCO
- tc: 'chakracore spidermonkey new-es'
build_opt: '-DESCARGOT_THREADING=ON -DESCARGOT_TCO=ON'
steps:
- uses: actions/checkout@v4
with: