mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Disable TCs since we found some regression
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
8ea4218205
commit
18a470f3f8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/es-actions.yml
vendored
3
.github/workflows/es-actions.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue