Skip to content

Commit e6e7b74

Browse files
authored
[ci] Don't run entire wasm64l test suite (#22237)
We do run this whole suite on the emscripten-releases waterfall but its not such an important configuration that we need to test the whole thing here.
1 parent 7cbb230 commit e6e7b74

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.circleci/config.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -616,17 +616,6 @@ jobs:
616616
steps:
617617
- run-tests-linux:
618618
test_targets: "wasm2js1"
619-
test-wasm64l:
620-
environment:
621-
EMTEST_SKIP_NODE_CANARY: "1"
622-
executor: bionic
623-
steps:
624-
- run-tests-linux:
625-
frozen_cache: false
626-
# On older versions of node wasm64l.test_bigswitch uses a lot (~3.5Gb)
627-
# of memory, so skip it here, but run it in test-wasm64 instead which
628-
# has node canary installed.
629-
test_targets: "wasm64l skip:wasm64l.test_bigswitch"
630619
test-wasm64:
631620
# We don't use `bionic` here since its tool old to run recent node versions:
632621
# `/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found`
@@ -644,6 +633,7 @@ jobs:
644633
wasm64
645634
core_2gb.test_*em_asm*
646635
core_2gb.test_*embind*
636+
wasm64l.test_hello_world
647637
wasm64l.test_bigswitch
648638
other.test_memory64_proxies
649639
other.test_failing_growth_wasm64"
@@ -947,9 +937,6 @@ workflows:
947937
- test-wasm64-4gb:
948938
requires:
949939
- build-linux
950-
- test-wasm64l:
951-
requires:
952-
- build-linux
953940
- test-wasm2js1:
954941
requires:
955942
- build-linux

0 commit comments

Comments
 (0)