@@ -36,37 +36,36 @@ extends:
3636 - template : ./templates/run-tests.yml
3737 parameters :
3838 full : true
39- # - environment: internal-dev-sandbox
40- # proxy_path: sandbox
41- # post_deploy:
42- # - template: ./templates/run-tests.yml
43- # - environment: internal-qa
44- # post_deploy:
45- # - template: ./templates/run-tests.yml
46- # parameters:
47- # full: true
48- # - environment: internal-qa-sandbox
49- # proxy_path: sandbox
50- # post_deploy:
51- # - template: ./templates/run-tests.yml
52- # - environment: ref
53- # depends_on:
54- # - internal_qa
55- # - internal_qa_sandbox
56- # post_deploy:
57- # - template: ./templates/run-tests.yml
58- # - environment: sandbox
59- # proxy_path: sandbox
60- # post_deploy:
61- # - template: ./templates/run-tests.yml
62- # # Enable int environment when ready by uncommenting:
63- # - environment: int
64- # depends_on:
65- # - internal_qa
66- # - internal_qa_sandbox
67- # post_deploy:
68- # - template: ./templates/run-tests.yml
69- # parameters:
70- # full: true
71- # test-command: prod
72- # smoketest-command: prod
39+ - environment : internal-dev-sandbox
40+ proxy_path : sandbox
41+ post_deploy :
42+ - template : ./templates/run-tests.yml
43+ - environment : internal-qa
44+ post_deploy :
45+ - template : ./templates/run-tests.yml
46+ parameters :
47+ full : true
48+ - environment : internal-qa-sandbox
49+ proxy_path : sandbox
50+ post_deploy :
51+ - template : ./templates/run-tests.yml
52+ - environment : ref
53+ depends_on :
54+ - internal_qa
55+ - internal_qa_sandbox
56+ post_deploy :
57+ - template : ./templates/run-tests.yml
58+ - environment : sandbox
59+ proxy_path : sandbox
60+ post_deploy :
61+ - template : ./templates/run-tests.yml
62+ - environment : int
63+ depends_on :
64+ - internal_qa
65+ - internal_qa_sandbox
66+ post_deploy :
67+ - template : ./templates/run-tests.yml
68+ parameters :
69+ full : true
70+ test-command : prod
71+ smoketest-command : prod
0 commit comments