From 5e10a48ddfe73d4b05128fa0b7c539b603e032da Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Wed, 28 Jun 2023 10:30:54 -0600 Subject: [PATCH] use http to work around alt ssl certs for the static ip, https://github.com/phetsims/aqua/issues/185 --- js/config/bayes.pm2.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/config/bayes.pm2.config.js b/js/config/bayes.pm2.config.js index fb9b1b4..04b6cc7 100644 --- a/js/config/bayes.pm2.config.js +++ b/js/config/bayes.pm2.config.js @@ -41,7 +41,7 @@ module.exports = { cwd: '/data/share/phet/continuous-testing/ct-browser-clients/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: 'ct-node-client --ctID="Bayes Node Puppeteer" --serverURL=https://128.138.93.172/', + args: 'ct-node-client --ctID="Bayes Node Puppeteer" --serverURL=http://128.138.93.172/', script: 'grunt', exec_mode: 'cluster', instances: 16,