* Added code to block unnecessary resources * Updated createFolder * Bumped version of test helper * Changed clickCreateButton to clickCreateLink due to UI changes * Bumped version of json builder * Reversed previous code * Removed waitForTimeout * Removed waitForTimeout after login * Bumped version of json builder * Changed delete folder method * Bumped version of test helper * Update create link * Removed waitForTimeout * Added skip tests since currently only can view relations * Added more explicit wait * Removed hard wait * Removed invalid verification step due to paging * Moved get set telemetry level from test to before/after test * Bumped version of test helper * Added smoke tags - not done * Added smoke tags * Fixed merge conflict * Added code to run smoke E2E tests after each build instead of full E2E tests * Updated command to run smoke test * Added more smoke tag * Added reload tree steps * Bumped version * Removed hard waits * Reduced wait time * Reversed hard waits * Set up full test suite in nightly build * Fixed conditions * Changed config
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
name: Nightly_$(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
|
|
|
|
pr: none
|
|
trigger: none
|
|
|
|
schedules:
|
|
- cron: '0 0 * * *'
|
|
displayName: Daily midnight build
|
|
branches:
|
|
include:
|
|
- v10/dev
|
|
- v12/dev
|
|
- v13/dev
|
|
- v14/dev
|
|
|
|
steps:
|
|
- checkout: none
|
|
- task: TriggerBuild@4
|
|
inputs:
|
|
definitionIsInCurrentTeamProject: true
|
|
buildDefinition: '301'
|
|
queueBuildForUserThatTriggeredBuild: true
|
|
ignoreSslCertificateErrors: false
|
|
useSameSourceVersion: false
|
|
useCustomSourceVersion: false
|
|
useSameBranch: true
|
|
waitForQueuedBuildsToFinish: false
|
|
storeInEnvironmentVariable: false
|
|
templateParameters: 'sqlServerIntegrationTests: true, sqlServerAcceptanceTests: true, forceReleaseTestFilter: true, myGetDeploy: true, isNightly: true'
|
|
authenticationMethod: 'OAuth Token'
|
|
enableBuildInQueueCondition: false
|
|
dependentOnSuccessfulBuildCondition: false
|
|
dependentOnFailedBuildCondition: false
|
|
checkbuildsoncurrentbranch: false
|
|
failTaskIfConditionsAreNotFulfilled: false
|