User:Stephend: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
# Updated docs on, or linked to from, its [https://mana.mozilla.org/wiki/display/TestEngineering/fx-test-jenkins.stage.mozaws.net Mana page], covering:
# Updated docs on, or linked to from, its [https://mana.mozilla.org/wiki/display/TestEngineering/fx-test-jenkins.stage.mozaws.net Mana page], covering:
## making sure your SSH key is in cloudops-deployment repo
## making sure your SSH key is in cloudops-deployment repo
## proxy setup (FoxyProxy/built-in manager)
## proxy setup (FoxyProxy/built-in manager) - we'll graciously transplant from https://mana.mozilla.org/wiki/display/~rpappalardo@mozilla.com/FTE+Jenkins+Access
## how to connect to bastion host
## how to connect to bastion host
# For Web QA projects we're migrating over as stand-alone jobs/builds (i.e. not-yet hooked into Dev + Ops' build + deploy pipeline):
# For Web QA projects we're migrating over as stand-alone jobs/builds (i.e. not-yet hooked into Dev + Ops' build + deploy pipeline):
## have implemented Tox and a Jenkinsfile, in that order - tracked in our [https://wiki.mozilla.org/TestEngineering/Web/Automation/Baseline Automation Baseline page]
## have implemented Tox and a Jenkinsfile, in that order - tracked in our [https://wiki.mozilla.org/TestEngineering/Web/Automation/Baseline Automation Baseline page]

Revision as of 00:32, 21 January 2017

Road to Single (prod) Jenkins

Goals:

  1. ease the pain and cognitive load of migrating (and using/configuring/troubleshooting, etc.) jobs to our new, combined-team, AWS-provisioned Jenkins server
  2. speed up the process by standardizing on processes + configurations (as much as possible), and ensuring we have accurate and up-to-date documentation
  1. Updated docs on, or linked to from, its Mana page, covering:
    1. making sure your SSH key is in cloudops-deployment repo
    2. proxy setup (FoxyProxy/built-in manager) - we'll graciously transplant from https://mana.mozilla.org/wiki/display/~rpappalardo@mozilla.com/FTE+Jenkins+Access
    3. how to connect to bastion host
  2. For Web QA projects we're migrating over as stand-alone jobs/builds (i.e. not-yet hooked into Dev + Ops' build + deploy pipeline):
    1. have implemented Tox and a Jenkinsfile, in that order - tracked in our Automation Baseline page