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
Make
sure you are logged into VPN.
Type
in username and password.
Click
on the project you want to pause the tests for. Most common example would
be fullcount-uptime-production.
In
upper right hand corner, select the Actions dropdown.
Select
Pause triggers in this configuration.
Type
in reason to pausing the test.
Select
the Pause button.
When
are you done with the tests being paused, press the Activate button
located at the top of the screen.
Type
in reason for activating the test.
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: ...