File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 CC : sccache clang-19
3838 CXX : sccache clang++-19
3939 SCCACHE_GHA_ENABLED : ' true'
40+ SCCACHE_LOG : ' debug'
4041 RUSTC_VERSION : ' 1.82'
4142
4243permissions :
4344 contents : read
4445
4546jobs :
4647 test-linux :
47- if : github.event.pull_request.draft == false
4848 runs-on : ${{ matrix.os }}
4949 strategy :
5050 fail-fast : false
5151 matrix :
52- os : [ubuntu-24.04, ubuntu-24.04-arm ]
52+ os : [ubuntu-24.04]
5353 steps :
5454 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5555 with :
7676 run : npx envinfo
7777 - name : Build
7878 run : make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support"
79- - name : Test
80- run : make -C node test-ci -j1 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
81- - name : Re-run test in a folder whose name contains unusual chars
82- run : |
83- mv node "$DIR"
84- cd "$DIR"
85- ./tools/test.py --flaky-tests keep_retrying -p actions -j 4
86- env :
87- DIR : dir%20with $unusual"chars?'åß∂ƒ©∆¬…`
You can’t perform that action at this time.
0 commit comments