File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run a
491491
492492# CI_* variables should be kept synchronized with the ones in vcbuild.bat
493493CI_NATIVE_SUITES ?= addons js-native-api node-api
494- CI_JS_SUITES ?= default
494+ CI_JS_SUITES ?= default benchmark
495495ifeq ($(node_use_openssl ) , false)
496496 CI_DOC := doctool
497497else
@@ -524,7 +524,7 @@ test-ci-js: | clear-stalled
524524.PHONY : test-ci
525525# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
526526test-ci : LOGLEVEL := info
527- test-ci : | clear-stalled build-addons build-js-native-api-tests build-node-api-tests doc-only
527+ test-ci : | clear-stalled bench-addons-build build-addons build-js-native-api-tests build-node-api-tests doc-only
528528 out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
529529 $(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p tap --logfile test.tap \
530530 --mode=$(BUILDTYPE_LOWER ) --flaky-tests=$(FLAKY_TESTS ) \
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ prefix benchmark
1919[$system==aix]
2020
2121[$arch==arm]
22+ # https://github.com/nodejs/node/issues/34266
23+ test-benchmark-fs: SKIP
24+ # https://github.com/nodejs/build/issues/2382
25+ test-benchmark-napi: SKIP
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd %~dp0
1717
1818@ rem CI_* variables should be kept synchronized with the ones in Makefile
1919set CI_NATIVE_SUITES = addons js-native-api node-api
20- set CI_JS_SUITES = default
20+ set CI_JS_SUITES = default benchmark
2121set CI_DOC = doctool
2222@ rem Same as the test-ci target in Makefile
2323set " common_test_suites = %CI_JS_SUITES% %CI_NATIVE_SUITES% %CI_DOC% &set build_addons=1&set build_js_native_api_tests=1&set build_node_api_tests=1"
You can’t perform that action at this time.
0 commit comments