diff --git a/js/config/sparky.pm2.config.js b/js/config/sparky.pm2.config.js index fed2a57..ac16210 100644 --- a/js/config/sparky.pm2.config.js +++ b/js/config/sparky.pm2.config.js @@ -37,8 +37,8 @@ module.exports = { cwd: '/data/share/phet/continuous-testing/ct-node-client/aqua', // This is the static IP for sparky, but it gets around the DNS, which was causing trouble in https://github.com/phetsims/aqua/issues/185#issuecomment-1604337447 - args: 'js/grunt/tasks/ct-node-client.ts --ctID="Sparky Node Puppeteer" --serverURL=http://128.138.93.172/ --fileServerURL=http://128.138.93.172/continuous-testing', - script: '../perennial/node_modules/.bin/tsx', + args: 'run js/grunt/tasks/ct-node-client.ts --ctID="Sparky Node Puppeteer" --serverURL=http://128.138.93.172/ --fileServerURL=http://128.138.93.172/continuous-testing', + script: '../perennial/bin/sage', exec_mode: 'cluster', instances: 40, merge_logs: true, @@ -47,8 +47,8 @@ module.exports = { { name: 'ct-firefox-client', cwd: '/data/share/phet/continuous-testing/ct-node-client/aqua', - args: 'js/grunt/tasks/ct-node-client.ts --ctID="Sparky Node Firefox" --browser=firefox --serverURL=http://127.0.0.1 --fileServerURL=http://127.0.0.1/continuous-testing', - script: '../perennial/node_modules/.bin/tsx', + args: 'run js/grunt/tasks/ct-node-client.ts --ctID="Sparky Node Firefox" --browser=firefox --serverURL=http://127.0.0.1 --fileServerURL=http://127.0.0.1/continuous-testing', + script: '../perennial/bin/sage', exec_mode: 'cluster', instances: 10, merge_logs: true,