Confirmed users
2,177
edits
Line 162: | Line 162: | ||
# Connect to selenium-hub1.qa.scl3.mozilla.com using SSH | # Connect to selenium-hub1.qa.scl3.mozilla.com using SSH | ||
# Stop the Selenium hub by running <code>sudo initctl stop selenium</code> | # Stop the Selenium hub by running <code>sudo initctl stop selenium</code> | ||
# Download the new Selenium server to <code>/opt/selenium/selenium-server-standalone-[version].jar</code> | |||
# Update the Selenium version in /etc/init/selenium.conf | # Update the Selenium version in /etc/init/selenium.conf | ||
# Start the Selenium hub by running <code>sudo initctl start selenium</code> | # Start the Selenium hub by running <code>sudo initctl start selenium</code> | ||
Line 168: | Line 169: | ||
=== Housekeeping === | === Housekeeping === | ||
# Reset moz-grid-config on the staging nodes | # Reset moz-grid-config on the staging nodes by running <code>git reset --hard HEAD</code> | ||
# Pull in the official changes by running <code>git pull</code> | |||
== Updating Firefox == | == Updating Firefox == |