(In reply to Kash Shampur [:kshampur] ⌚EST from comment #13) > (In reply to Kash Shampur [:kshampur] ⌚EST from comment #12) > > perhaps the progra alias is not reliable. I'll make a try push trying with the full path > > https://treeherder.mozilla.org/jobs?repo=try&selectedTaskRun=Cd8BJM8MR92rsqmqQUwjRw.0&tier=1%2C2%2C3&revision=37e3fa5df0cf9ae521766818dced434d4caba202 it's looking for x86 chrome because it seems some machines just don't have x64 chrome some pass, like this [js3 one](https://treeherder.mozilla.org/jobs?repo=try&selectedTaskRun=HtAVts-MQbWEqrFfM_4xng.0&tier=1%2C2%2C3&revision=37e3fa5df0cf9ae521766818dced434d4caba202) `[task 2026-04-20T17:37:52.888+00:00] 17:37:52 INFO - Google Chrome found in expected location C:\Program Files\Google\Chrome\Application\chrome.exe` which is correct but it is otherwise failing to find it in Program Files and attempting to fall back to x86 (which btw i think we shouldn't do anymore since we don't run 32-bit perf tests anymore, but that's another issue altogether) :mcornmesser is it possible Chrome is missing from `C:\Program Files\Google\Chrome\Application\` on some machines?
Bug 2028315 Comment 14 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Kash Shampur [:kshampur] ⌚EST from comment #13) > (In reply to Kash Shampur [:kshampur] ⌚EST from comment #12) > > perhaps the progra alias is not reliable. I'll make a try push trying with the full path > > https://treeherder.mozilla.org/jobs?repo=try&selectedTaskRun=Cd8BJM8MR92rsqmqQUwjRw.0&tier=1%2C2%2C3&revision=37e3fa5df0cf9ae521766818dced434d4caba202 it's looking for x86 chrome because it seems some machines just don't have x64 chrome some pass, like this [js3 one](https://treeherder.mozilla.org/jobs?repo=try&selectedTaskRun=HtAVts-MQbWEqrFfM_4xng.0&tier=1%2C2%2C3&revision=37e3fa5df0cf9ae521766818dced434d4caba202) `[task 2026-04-20T17:37:52.888+00:00] 17:37:52 INFO - Google Chrome found in expected location C:\Program Files\Google\Chrome\Application\chrome.exe` which is correct but it is otherwise failing to find it in Program Files and attempting to fall back to x86 (which btw i think we shouldn't do anymore since we don't run 32-bit perf tests anymore, but that's another issue altogether) `Cannot find Google Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe` :mcornmesser is it possible Chrome is missing from `C:\Program Files\Google\Chrome\Application\` on some machines?