@@ -30,9 +30,6 @@ extends:
3030 service_name : ${{ variables.service_name }}
3131 short_service_name : ${{ variables.short_service_name }}
3232 service_base_path : ${{ variables.service_base_path }}
33- product_display_name : ${{ variables.product_display_name }}
34- product_description : ${{ variables.product_description }}
35- spec_file : ${{ variables.spec_file }}
3633 secret_file_ids :
3734 - ptl/app-credentials/jwt_testing/non-prod/JWT_TESTING_PRIVATE_KEY
3835 - ptl/app-credentials/jwt_testing/non-prod/ID_TOKEN_TESTING_PRIVATE_KEY
@@ -44,29 +41,5 @@ extends:
4441 - /ptl/azure-devops/env-internal-dev/test-app/internal-testing-internal-dev/CLIENT_ID
4542 apigee_deployments :
4643 - environment : internal-dev
47- make_spec_visible : true
4844 post_deploy :
4945 - template : ./templates/run-integration-tests.yml
50- # - environment: internal-qa
51- # make_spec_visible: true
52- # post_deploy:
53- # - template: ./templates/run-smoke-tests.yml
54- # - environment: internal-qa-sandbox
55- # proxy_path: sandbox
56- # make_spec_visible: true
57- # post_deploy:
58- # - template: ./templates/run-smoke-tests.yml
59- # make_spec_visible is false for sandbox environment
60- # (App subscription make sense for most sandbox implementations)
61- # - environment: sandbox
62- # proxy_path: sandbox
63- # post_deploy:
64- # - template: ./templates/run-smoke-tests.yml
65- # Enable int environment when ready by uncommenting:
66- # - environment: int
67- # make_spec_visible: true
68- # depends_on:
69- # - internal_qa
70- # - internal_qa_sandbox
71- # post_deploy:
72- # - template: ./templates/run-smoke-tests.yml
0 commit comments