Skip to content

Commit

Permalink
removing FT in QA environment (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushdynajath authored Dec 5, 2024
1 parent 88dd1cf commit 928cdd4
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -850,23 +850,7 @@ stages:
- template: Deployment/templates/continuous-deployment-app.yml
parameters:
AzureSubscription: "ERP-Facade-QA-A.011.05.12"

- job: FunctionalTests
dependsOn:
- QADeployTerraform
- QADeployApp
pool: $(WindowsPool)
variables:
- name : AzureStorageConfiguration.ConnectionString
value : $[ dependencies.QADeployTerraform.outputs['QADeployTerraform.TerraformDeploy.AzureStorageConnectionString'] ]
displayName: "Qa Functional Automated Tests"
workspace:
clean: all
steps:
- template: Deployment/templates/continuous-testing.yml
parameters:
AzureSubscription: "ERP-Facade-Dev-A.011.05.12"


- stage: Livedeploy
dependsOn: PreProdDeploy
displayName: "Livedeploy (inc terraform, webapp deploy)"
Expand Down

0 comments on commit 928cdd4

Please sign in to comment.