File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run a
494
494
495
495
# CI_* variables should be kept synchronized with the ones in vcbuild.bat
496
496
CI_NATIVE_SUITES ?= addons js-native-api node-api
497
- CI_JS_SUITES ?= default
497
+ CI_JS_SUITES ?= default benchmark
498
498
ifeq ($(node_use_openssl ) , false)
499
499
CI_DOC := doctool
500
500
else
@@ -527,7 +527,7 @@ test-ci-js: | clear-stalled
527
527
.PHONY : test-ci
528
528
# Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
529
529
test-ci : LOGLEVEL := info
530
- test-ci : | clear-stalled build-addons build-js-native-api-tests build-node-api-tests doc-only
530
+ test-ci : | clear-stalled bench-addons-build build-addons build-js-native-api-tests build-node-api-tests doc-only
531
531
out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
532
532
$(PYTHON ) tools/test.py $(PARALLEL_ARGS ) -p tap --logfile test.tap \
533
533
--mode=$(BUILDTYPE_LOWER ) --flaky-tests=$(FLAKY_TESTS ) \
Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ prefix benchmark
19
19
[$system==aix]
20
20
21
21
[$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
17
17
18
18
@ rem CI_* variables should be kept synchronized with the ones in Makefile
19
19
set CI_NATIVE_SUITES = addons js-native-api node-api
20
- set CI_JS_SUITES = default
20
+ set CI_JS_SUITES = default benchmark
21
21
set CI_DOC = doctool
22
22
@ rem Same as the test-ci target in Makefile
23
23
set " 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