diff --git a/azure/azure-pr-pipeline.yml b/azure/azure-pr-pipeline.yml index 5b78c55..680c671 100644 --- a/azure/azure-pr-pipeline.yml +++ b/azure/azure-pr-pipeline.yml @@ -38,6 +38,7 @@ extends: - template: ./templates/run-tests.yml parameters: full: true - - environment: int - post_deploy: - - template: ./templates/run-tests.yml + # - environment: internal-dev-sandbox + # proxy_path: sandbox + # post_deploy: + # - template: ./templates/run-tests.yml diff --git a/azure/azure-release-pipeline.yml b/azure/azure-release-pipeline.yml index 564348c..04b5f74 100644 --- a/azure/azure-release-pipeline.yml +++ b/azure/azure-release-pipeline.yml @@ -36,37 +36,36 @@ extends: - template: ./templates/run-tests.yml parameters: full: true - # - environment: internal-dev-sandbox - # proxy_path: sandbox - # post_deploy: - # - template: ./templates/run-tests.yml - # - environment: internal-qa - # post_deploy: - # - template: ./templates/run-tests.yml - # parameters: - # full: true - # - environment: internal-qa-sandbox - # proxy_path: sandbox - # post_deploy: - # - template: ./templates/run-tests.yml - # - environment: ref - # depends_on: - # - internal_qa - # - internal_qa_sandbox - # post_deploy: - # - template: ./templates/run-tests.yml - # - environment: sandbox - # proxy_path: sandbox - # post_deploy: - # - template: ./templates/run-tests.yml - # # Enable int environment when ready by uncommenting: - # - environment: int - # depends_on: - # - internal_qa - # - internal_qa_sandbox - # post_deploy: - # - template: ./templates/run-tests.yml - # parameters: - # full: true - # test-command: prod - # smoketest-command: prod + - environment: internal-dev-sandbox + proxy_path: sandbox + post_deploy: + - template: ./templates/run-tests.yml + - environment: internal-qa + post_deploy: + - template: ./templates/run-tests.yml + parameters: + full: true + - environment: internal-qa-sandbox + proxy_path: sandbox + post_deploy: + - template: ./templates/run-tests.yml + - environment: ref + depends_on: + - internal_qa + - internal_qa_sandbox + post_deploy: + - template: ./templates/run-tests.yml + - environment: sandbox + proxy_path: sandbox + post_deploy: + - template: ./templates/run-tests.yml + - environment: int + depends_on: + - internal_qa + - internal_qa_sandbox + post_deploy: + - template: ./templates/run-tests.yml + parameters: + full: true + test-command: prod + smoketest-command: prod