Closed
Bug 1208692
Opened 10 years ago
Closed 10 years ago
Test new bouncer API functionality
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(2 files)
1.85 KB,
patch
|
Details | Diff | Splinter Review | |
193.13 KB,
application/x-bzip2
|
Details |
The idea is to add Firefox 42.0b1 to the new bouncer server using the API client that we use for releases and run final verification tests. Final verification tests talk to aus4 and get the bouncer URLs for every platform, locale, update version combination. We'll need to modify the test script to talk to the proper bouncer server.
Assignee | ||
Comment 1•10 years ago
|
||
I used the following command to add Firefox 42.0b1 to the new bouncer server:
wget -Oarchiver_client.py --no-check-certificate --tries=10 --waitretry=3 https://hg.mozilla.org/build/tools/raw-file/default/buildfarm/utils/archiver_client.py
python archiver_client.py mozharness --repo releases/mozilla-beta --tag FIREFOX_42_0b1_RELEASE --destination scripts --debug
tools/scripts/bouncer_submitter.py -c releases/bouncer_firefox_beta.py --revision FIREFOX_42_0b1_RELEASE --repo releases/mozilla-beta --version 42.0b1 --credentials-file oauth.txt --bouncer-api-prefix https://admin-bouncer.stage.mozaws.net/api --build-number 1 --previous-version 41.0b7build1 --previous-version 41.0b9build1 --previous-version 41.0b8build1
Then I modified the final verification to replace download.mozilla.org with the new URL and ran it.
Assignee | ||
Comment 2•10 years ago
|
||
The summary is
Fri Sep 25 21:52:38 EDT 2015: Update xml files downloaded and parsed: 20135
Fri Sep 25 21:52:38 EDT 2015: Unique mar urls found: 1780
Fri Sep 25 21:52:38 EDT 2015: Failures: 0
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•