Skip to content
Snippets Groups Projects
Commit 0c9b9965 authored by harshit aggarwal's avatar harshit aggarwal Committed by Kishore Battula
Browse files

Azure - Add Test Stage ADO pipeline

parent ac9adc9e
No related branches found
No related tags found
1 merge request!69Azure - Add Test Stage ADO pipeline
...@@ -39,3 +39,8 @@ stages: ...@@ -39,3 +39,8 @@ stages:
- template: /devops/dag-pipeline-stages/copy-dag.yml@TemplateRepo - template: /devops/dag-pipeline-stages/copy-dag.yml@TemplateRepo
- template: /devops/dag-pipeline-stages/register-dag.yml@TemplateRepo - template: /devops/dag-pipeline-stages/register-dag.yml@TemplateRepo
- template: /devops/dag-pipeline-stages/execute-end-to-end-tests.yml@TemplateRepo
parameters:
dockerfilePath: 'deployments/scripts/azure/dockerFolder/end_to_end_tests_dockerfile'
environmentVars: 'AZURE_POSTMAN_ENVIRONMENT_FILE_URL=$(AZURE_POSTMAN_ENVIRONMENT_FILE_URL)${NEWLINE}CLIENT_ID=$(CLIENT_ID)${NEWLINE}AZURE_TENANT_ID=$(AZURE_DEPLOY_TENANT)${NEWLINE}CLIENT_SECRET=$(CLIENT_SECRET)${NEWLINE}AZURE_REFRESH_TOKEN=$(AZURE_REFRESH_TOKEN)${NEWLINE}AZURE_POSTMAN_COLLECTION_FILE_URL=$(AZURE_POSTMAN_COLLECTION_MANIFEST_FILE_URL)${NEWLINE}AZURE_DNS_NAME=$(AZURE_DNS_NAME)'
...@@ -39,3 +39,8 @@ stages: ...@@ -39,3 +39,8 @@ stages:
- template: /devops/dag-pipeline-stages/copy-dag.yml@TemplateRepo - template: /devops/dag-pipeline-stages/copy-dag.yml@TemplateRepo
- template: /devops/dag-pipeline-stages/register-dag.yml@TemplateRepo - template: /devops/dag-pipeline-stages/register-dag.yml@TemplateRepo
- template: /devops/dag-pipeline-stages/execute-end-to-end-tests.yml@TemplateRepo
parameters:
dockerfilePath: 'deployments/scripts/azure/dockerFolder/end_to_end_tests_dockerfile'
environmentVars: 'AZURE_POSTMAN_ENVIRONMENT_FILE_URL=$(AZURE_POSTMAN_ENVIRONMENT_FILE_URL)${NEWLINE}CLIENT_ID=$(CLIENT_ID)${NEWLINE}AZURE_TENANT_ID=$(AZURE_DEPLOY_TENANT)${NEWLINE}CLIENT_SECRET=$(CLIENT_SECRET)${NEWLINE}AZURE_REFRESH_TOKEN=$(AZURE_REFRESH_TOKEN)${NEWLINE}AZURE_POSTMAN_COLLECTION_FILE_URL=$(AZURE_POSTMAN_COLLECTION_MANIFEST_FILE_URL)${NEWLINE}AZURE_DNS_NAME=$(AZURE_DNS_NAME)'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment