Confirmed users
1,905
edits
No edit summary |
|||
Line 209: | Line 209: | ||
== How to add NPM packages == | == How to add NPM packages == | ||
See [[ReleaseEngineering/How To/Mirror NPM Packages]] | See [[ReleaseEngineering/How To/Mirror NPM Packages]] | ||
== How to upload new xre.zip files for B2G tests == | |||
* You can use the script at https://github.com/jonallengriffin/xregen/blob/master/xre_gen.sh to generate a new xre.zip for any OS, based on a gecko release version. If you need an xre.zip for which there are only nightly builds, you can use xre.zip as a guide for how to construct the package, but you'll need to do it manually. | |||
* After you create the xre.zip's (currently needed for linux64 and macosx64), upload them to tooltool, and then update the relevant mozharness config files, currently: | |||
** b2g/gaia_unit_production_config.py | |||
** b2g/gaia_integration_config.py | |||
** marionette/gaia_ui_test_prod_config.py |