ReleaseEngineering/How To/Verify a New Taskcluster Platform: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "__TOC__ {{Release Engineering How To|Verify_a_New_Taskcluster_Platform}}")
 
No edit summary
Line 1: Line 1:
__TOC__
__TOC__
{{Release Engineering How To|Verify_a_New_Taskcluster_Platform}}
{{Release Engineering How To|Verify_a_New_Taskcluster_Platform}}
===General===
# making sure api keys exist
# making sure that the installer gets localized (on localized builds)
# ensure google/etc api keys are in place
# ensure information necessary [?] to let EME extensions load.
# verify size of zip
# verify package naming
# verify package icons
# Verify TC-dervied builds are byte-for-byte equivalent to buildbot builds#
# manually sign build (manual-signed dmg, then task-signed, then full graph)
# run talos (bug 1354804) and ensure that performance is on par with buildbot builds
# run unit tests
# Verify that the en-US+l10n nightlies and associated updated methods work via manual testing
# verify updates work as expected - run update verify tests (Softvision QA can help)
# Verify that the signature formats match those from buildbot builds
===Platform Specific===
* Macosx
* Windows
* Linux
* Android

Revision as of 21:21, 10 April 2017

General

  1. making sure api keys exist
  2. making sure that the installer gets localized (on localized builds)
  3. ensure google/etc api keys are in place
  4. ensure information necessary [?] to let EME extensions load.
  5. verify size of zip
  6. verify package naming
  7. verify package icons
  8. Verify TC-dervied builds are byte-for-byte equivalent to buildbot builds#
  9. manually sign build (manual-signed dmg, then task-signed, then full graph)
  10. run talos (bug 1354804) and ensure that performance is on par with buildbot builds
  11. run unit tests
  12. Verify that the en-US+l10n nightlies and associated updated methods work via manual testing
  13. verify updates work as expected - run update verify tests (Softvision QA can help)
  14. Verify that the signature formats match those from buildbot builds

Platform Specific

  • Macosx
  • Windows
  • Linux
  • Android