Use Firefox stable for the tests because bug 1983414#20178
Use Firefox stable for the tests because bug 1983414#20178calixteman merged 1 commit intomozilla:masterfrom
Conversation
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/3e1024025604480/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/bd7398d147739c9/output.txt |
e207352 to
2beb26a
Compare
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/99f5d1b2b4d2ad6/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/7abf1ed77a74958/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/99f5d1b2b4d2ad6/output.txt Total script time: 14.57 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/7abf1ed77a74958/output.txt Total script time: 33.13 mins
|
|
@calixteman This is all because of caching, right? In Puppeteer CI jobs we have it working now based on the buildid AFAIR. @OrKoN could help if you face issues. |
I'm just moving to stable in waiting for having Julian's patch in nightly. And yep there's this caching issue which makes using always the same Firefox nightly during all the cycle. In https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-144.0a1.en-US.linux-x86_64.json, we've the buildid which could help to know when downloading a new Firefox. |
|
I see. Thanks for the feedback. Julian's patch is already on autoland so by tomorrow it will be fixed in Nightly. Feel free to CC me to a new issue when working out how to improve the cache for the browser version! |
| "firefox": { | ||
| "skipDownload": false, | ||
| "version": "nightly" | ||
| "version": "stable" |
There was a problem hiding this comment.
you can use something like firefox@nightly_144.0a1 to pin a specific nightly version. Note that just using nightly should not cause caching problems anymore in the latest versions because internally we store nightly_144.0a1 as the version and check if it is still the latest.
No description provided.