Auto-tools/Projects/Platform Quality: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (maja description)
m (Mark as deprecated)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Admon/important|This page is no longer being updated. You're probably looking for [[Auto-tools/Projects/Platform_Quality/Firefox_Media_Tests|External Media Tests]]}}
= Introduction =
= Introduction =
The goal of this project is to provide test automation support for Gecko platform features and shared technology areas such as WebRTC (used by Firefox Hello), MSE and EME (media playback), and so on.
The goal of this project is to provide test automation support for Gecko platform features and shared technology areas such as WebRTC (used by Firefox Hello), MSE and EME (media playback), with special focus on tests that are long-running, use external or network resources, particular platforms and hardware, and so on.


= Team =
= Team =
Line 8: Line 10:


= Activity =
= Activity =
[https://www.pivotaltracker.com/n/projects/1273694 Media test automation (MSE/EME)]
* [http://mzl.la/1KLbaQ4 firefox-media-tests Bugzilla component]
* [https://etherpad.mozilla.org/media-standup Media Team Status Updates]


== Past Activity ==
== Past Activity ==
[https://www.pivotaltracker.com/n/projects/1139894 WebRTC testing]
* [[User:Mjzffr/Goals#2015_Q3|User:Mjzffr/Goals]]
* [https://www.pivotaltracker.com/n/projects/1273694 Media test automation (MSE/EME)]
* [https://www.pivotaltracker.com/n/projects/1139894 WebRTC testing]


= Outputs =
= Outputs =
[http://pf-jenkins.qa.mtv2.mozilla.com:8080 Test Results (Jenkins)] - need Mozilla VPN to access
* Treeherder (Tier-2)
** group VP VideoPuppeteer
*** [https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-job_group_symbol=VP firefox-media-tests mozilla-central]
*** [https://treeherder.mozilla.org/#/jobs?repo=mozilla-aurora&filter-job_group_symbol=VP firefox-media-tests mozilla-aurora]
* [http://pf-jenkins.qa.mtv2.mozilla.com:8080 Test Results (Jenkins)] - need Mozilla VPN to access
 
You can also see [https://treeherder.allizom.org/#/jobs?repo=mozilla-aurora&filter-job_group_symbol=PW WebRTC Steeplechase results on Treeherder staging], group PW Paired WebRTC.


= Code and Documentation =
= Code and Documentation =
* [https://github.com/mjzffr/firefox-media-tests Firefox Media Tests]
* [[Auto-tools/Projects/Platform Quality/Firefox Media Tests|Firefox Media Tests]]
* Jenkins configuration:
* [[Auto-tools/Projeccts/Platform Quality/Platform Jenkins Notes|Platform Jenkins Notes]]
** [https://github.com/sydvicious/mozplatformqa-jenkins-config Scripts to generate Jenkins jobs]
* [[Auto-tools/Projects/Platform_Quality/Infrastructure_Migration_2015|Infrastructure Migration 2015]]
** [https://github.com/sydvicious/mozplatformqa-jenkins Scripts to run Jenkins jobs]
** [https://github.com/sydvicious/mozplatformqa-jenkins-jobs Actual Jenkins jobs]

Latest revision as of 21:09, 26 April 2016

Important.png
This page is no longer being updated. You're probably looking for External Media Tests

Introduction

The goal of this project is to provide test automation support for Gecko platform features and shared technology areas such as WebRTC (used by Firefox Hello), MSE and EME (media playback), with special focus on tests that are long-running, use external or network resources, particular platforms and hardware, and so on.

Team

  • Syd Polk (sydpolk) - technical lead
  • Maja Frydrychowicz (maja_zf) - automation engineer

Activity

Past Activity

Outputs

You can also see WebRTC Steeplechase results on Treeherder staging, group PW Paired WebRTC.

Code and Documentation