-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V8 CI broken by test runner changes #180
Comments
Here's the relevant bit of script: # we run the `v8-updates` suite on machines labeled `*benchmark*`
case "$nodes" in
*benchmark*)
NODE_TEST_DIR=/home/iojs/node-tmp NODE_COMMON_PORT=15000 python tools/test.py -j $JOBS -p tap --mode=release --flaky-tests=run v8-updates
# Flag test as unstable if `perf` is not found
perf --version || exit 54
;;
esac I can remove the |
Isn’t that supposed to run our test runner and not V8’s? |
@targos The job runs the |
Thanks @richardlau. This already affects V8 8.7. I added a commit to remove the flag in nodejs/node#35700 |
@targos It looks like V8 8.6 was also affected -- the V8 CI for Node.js 15 (nodejs/node#35014 (comment)) failed. |
Okay, sorry about that. It passed originally: https://ci.nodejs.org/job/node-test-commit-v8-linux/3416/ but I guess they backported the test runner changes. Let me open a PR against master. |
See https://ci.nodejs.org/job/node-test-commit-v8-linux/3479/nodes=benchmark-ubuntu1604-intel-64,v8test=v8test/console
Error:
/cc @nodejs/build
The text was updated successfully, but these errors were encountered: