Skip to content

Instantly share code, notes, and snippets.

View lundjordan's full-sized avatar

Jordan Lund lundjordan

  • Vancouver, Canada
View GitHub Profile
import json
import uuid
import base64
import binascii
import os
try:
import win32api # Only works on Windows.
import pyautogui # Only works on Windows.

Postmortem 2017-11-22

Release: Firefox 58.0b5 2017-11-20

Resolved issues

  • none

Action Items

| Bug | Description | Reported By | Priority | Owner | Follow Up Date |

@lundjordan
lundjordan / test.md
Last active November 12, 2017 21:10

firefox 57.0rc

Date of go-to-build: 2017-11-12

Preflight tasks (pre go-to-build)

  • 1. due:2017-11-05 - bug 1397721: Verify that the release patch has landed and reconfigured
  • 2. due:2017-11-05 - bug 1397721: sanity check change: Cross-Channel L10n new in this release, should use l10n-central repo
  • 3. due:2017-11-06 - bug 1402411: Block updates for users with old JAWS software using the 'JAWS Screen Reader Compatibility' boolean on Balrog rules

Build 9

Tasks that will run on Nov 14th to make the release "live":

bouncer submission (for setting aliases): e.g. https://tools.taskcluster.net/groups/Sz5Y0bkTShWCPSftqmZ1XQ/tasks/DFBbQEmtQOqVcnDg2Cs0EQ/details

mark as shipped in shipit (for bedrock): e.g. https://tools.taskcluster.net/groups/Sz5Y0bkTShWCPSftqmZ1XQ/tasks/MBTJSq_hTrSR2dNko089nQ/details

publish to Balrog (to start serving updates): e.g. https://tools.taskcluster.net/groups/Sz5Y0bkTShWCPSftqmZ1XQ/tasks/DFBbQEmtQOqVcnDg2Cs0EQ/details

Time for these tasks to complete

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lundjordan
lundjordan / linux_slaves.ipynb
Created March 17, 2016 21:31
linux slaves from bbb and firefox b2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"provisionerId": "aws-provisioner-v1",
"workerType": "android-api-11",
"routes": [
"index.buildbot.branches.mozilla-central.android-api-11-b2gdroid-nightly",
"index.buildbot.revisions.{gecko-revision}.mozilla-central.android-api-11-b2gdroid-nightly",
"index.gecko.v2.mozilla-central.revision.{gecko-revision}.mobile.android-b2gdroid-nigthly",
"index.gecko.v2.mozilla-central.pushdate.{pushdate}.mobile.android-b2gdroid-nigthly",
"index.gecko.v2.mozilla-central.latest.mobile.android-b2gdroid-nigthly"
],
@lundjordan
lundjordan / release-runner.log
Last active October 9, 2015 21:13
release-runner polling ship-it
###### 1
2015-10-05 14:27:28,856 - DEBUG - "GET /releases?ready=1&complete=0 HTTP/1.1" 200 20
2015-10-05 14:27:28,856 - INFO - No new releases: {'releases': []}
2015-10-05 14:27:28,856 - DEBUG - Sleeping for 30 seconds before polling again
# no new release requested ...
2015-10-05 14:27:58,886 - DEBUG - Fetching release requests
2015-10-05 14:27:58,887 - DEBUG - Request to https://ship-it.mozilla.org/releases
2015-10-05 14:27:58,888 - INFO - Resetting dropped connection: ship-it.mozilla.org
2015-10-05 14:27:59,026 - DEBUG - "GET /releases?ready=1&complete=0 HTTP/1.1" 200 79
@lundjordan
lundjordan / tasks.md
Last active August 29, 2015 14:17
MergeDuty

MergeDuty Tasks

Consists of roughly 4 individual days of work. Each day you must action several sequential tasks. The 4 days are spread out over about 18 days

Terminology

  • Merge Prep Day: day we prepare for the upcoming 'Release Merge Day' and 'Stabilizing Branch Merge Day'
    • when: day 1 - usually a monday and 1 week before 'Release Merge Day'
  • Release Merge Day: day we merge csets from 'm-b -> m-r'
    • when: day 7 usually a mon and 1 week before 'Stabilizing Branch Merge Day'
  • Stabilizing Branches Merge Day: day we merge csets from 'm-a -> m-b' and 'm-c -> m-a'
diff --git a/configs/builds/branch_specifics.py b/configs/builds/branch_specifics.py
index 3e597e6..4b968bb 100644
--- a/configs/builds/branch_specifics.py
+++ b/configs/builds/branch_specifics.py
@@ -32,9 +32,8 @@ config = {
### release branches
"mozilla-central": {
"update_channel": "nightly",
- "graph_server_branch_name": "Firefox",
"repo_path": 'mozilla-central',