Skip to content

Instantly share code, notes, and snippets.

@rail
Last active May 16, 2018 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rail/89cf5963ed97e1e4de93 to your computer and use it in GitHub Desktop.
Save rail/89cf5963ed97e1e4de93 to your computer and use it in GitHub Desktop.

Initial Setup

TC

  • Find the email with subject: "[desktop] Build of Firefox-46.0b4-build2" - it contains a link to the task graph

tctalker setup

  • create a tctalker config using temp credentials and cert

Bouncer setup

  • Create a SOCKS proxy on port 10000 using SSH via one of the masters:
ssh -ND 10000  buildbot-master82.bb.releng.scl3.mozilla.com

Actions

Publish in Balrog

  • Wait for a go
  • Go to Balrog beta and find the rule with alias firefox-beta (rule id is 32 according to the comfig)
  • Update it and point to Firefox-46.0b4-build2

Update Bouncer Aliases

Version bump

  • go to the Task Graph and find taskId of firefox mozilla-beta version bump human decision task
  • This task is blocking firefox mozilla-beta version bump from execution
  • To resolve the human decision task run the following:
 tctalker --conf ~/.taskcluster/relpro.json report_completed $TASK_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment