Buildbot/Talos/AddonTrigger: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "= trigger.cgi = Author: Alice Nodelman == Structure == trigger.cgi is a simple python cgi module. It reads form data through http POST. == Variables == * os (REQUIRED) ** one...")
 
No edit summary
Line 1: Line 1:
{{delete||date=2018-08-06}}
= trigger.cgi =  
= trigger.cgi =  
Author: Alice Nodelman
Author: Alice Nodelman

Revision as of 16:09, 6 August 2019

Do not edit this page THIS PAGE IS PROPOSED FOR DELETION 2018-08-06

trigger.cgi

Author: Alice Nodelman

Structure

trigger.cgi is a simple python cgi module. It reads form data through http POST.

Variables

Desired Output

  • successful logs will always end with
SENDCHANGE: change sent successfully

Output

INFO: validating key os win32
INFO: validating key url http://ftp.mozilla.org/pub/mozilla.org/addons/92382/ie_tab_2__ff_3.6+_-2.12.21.1-fx.xpi
INFO: validating key firefox firefox3.6
INFO: collected fields:
os: win32
url: http://ftp.mozilla.org/pub/mozilla.org/addons/92382/ie_tab_2__ff_3.6+_-2.12.21.1-fx.xpi
firefox: firefox3.6	
INFO: converted firefox to: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-3.6/win32/en-US/Firefox%20Setup%203.6.17.exe
INFO: running command: /tools/buildbot/bin/buildbot sendchange --master=localhost:9010 --branch=addontester-win32-talos --username=addonWebDevice --property addonURL:ftp.mozilla.org/pub/mozilla.org/addons/92382/ie_tab_2__ff_3.6+_-2.12.21.1-fx.xpi http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-3.6/win32/en-US/Firefox%20Setup%203.6.17.exe
SENDCHANGE: change sent successfully
  • failed sendchange injection (bad addon url provided). There may be multiple lines prefixed by ERROR.
INFO: validating key os win32
INFO: validating key url http://mozilla.org/pub/mozilla.org/addons/92382/ie_tab_2__ff_3.6+_-2.12.21.1-fx.xpi
INFO: validating key firefox firefox3.6
INFO: collected fields:
os: win32
url: http://mozilla.org/pub/mozilla.org/addons/92382/ie_tab_2__ff_3.6+_-2.12.21.1-fx.xpi
firefox: firefox3.6	
INFO: converted firefox to: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-3.6/win32/en-US/Firefox%20Setup%203.6.17.exe
INFO: response from http://mozilla.org/pub/mozilla.org/addons/92382/ie_tab_2__ff_3.6+_-2.12.21.1-fx.xpi: 301 Moved Permanently Server: Apache
X-Backend-Server: pm-web01
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 24 May 2011 21:59:34 GMT
Location: http://www.mozilla.org/pub/mozilla.org/addons/92382/ie_tab_2__ff_3.6+_-2.12.21.1-fx.xpi
Keep-Alive: timeout=20, max=997
Connection: close
X-Cache-Info: not cacheable; request had a content length
ERROR: addon url no good