Skip to content

Commit

Permalink
another try, #219
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 31, 2024
1 parent 3eb11a8 commit 0c383cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/config/sparky.pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 0c383cb

Please sign in to comment.