Pause/Activate TeamCity tests

Pause/Activate TeamCity tests

Objectives

Pause and activate tests that run on TeamCity. This is typically done during maintenance windows.

Prerequisites

VPN Access

Username and password for TeamCity

Instructions

  1. Make sure you are logged into VPN.
  2. Type in username and password.
  3. Click on the project you want to pause the tests for. Most common example would be fullcount-uptime-production.
  4. In upper right hand corner, select the Actions dropdown.
  5. Select Pause triggers in this configuration.
  6. Type in reason to pausing the test.
  7. Select the Pause button.
  8. When are you done with the tests being paused, press the Activate button located at the top of the screen.
  9. Type in reason for activating the test.
  10. Select the Activate button.

 


    • Related Articles

    • Central Deployment Process

      Run SQL scripts in http://sourcecontrol.fullcount.net/repos/internal/trunk/at-fullcount-model/src/main/resources/sql/nextDeploy Pause TeamCity test for fullcount-uptime-production-overnight. Download release war file from archiva for all ...
    • Pre Central Deployment Tasks

      Pre Central Deployment Tasks Objectives Complete necessary pre-deployment tasks Prerequisites Access to Redmine Access to production application server Access to Subversion Access to TeamCity Instructions Update Semantic Version Information See ...
    • Check Code Into Subversion

      Instructions Once you have run your project and you are satisfied with your test results, you will want to check in code to our repository. All of our code is stored in a central repository hosted in our data center. The subversion tool, Tortoise ...
    • Run A Maven Project

      Instructions Once you have run your project and you are satisfied with your test results, you will want to check in code to our repository. All of our code is stored in a central repository hosted in our data center. The subversion tool, Tortoise ...
    • Selenium Testing Guide

      Selenium Testing Guide Objectives Create End-To-End Selenium Tests for FullCount Applications Prerequisites - Completed the "Setup a new developer machine" guide. - Checkout the ui-tests subversion repository: ...