Skip to content

Commit 89a0fdb

Browse files
committed
APM-2861 Remove deprecated params
1 parent c23a2d0 commit 89a0fdb

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

azure/azure-pr-pipeline.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ extends:
3232
service_name: ${{ variables.service_name }}
3333
short_service_name: ${{ variables.short_service_name }}
3434
service_base_path: ${{ variables.service_base_path }}
35-
product_display_name: ${{ variables.product_display_name }}
36-
product_description: ${{ variables.product_description }}
37-
spec_file: ${{ variables.spec_file }}
3835
secret_file_ids:
3936
- ptl/app-credentials/jwt_testing/non-prod/JWT_TESTING_PRIVATE_KEY
4037
- ptl/app-credentials/jwt_testing/non-prod/ID_TOKEN_TESTING_PRIVATE_KEY
@@ -46,12 +43,5 @@ extends:
4643
- /ptl/azure-devops/env-internal-dev/test-app/internal-testing-internal-dev/CLIENT_ID
4744
apigee_deployments:
4845
- environment: internal-dev
49-
make_spec_visible: true
50-
# Enable integration tests when you open a pr. Run tests and once you're happy comment out tests.
51-
# Merge your branch to master and then apply shared-flow changes in the infrastructure repo.
5246
post_deploy:
5347
- template: ./templates/run-integration-tests.yml
54-
# - environment: internal-dev-sandbox
55-
# proxy_path: sandbox
56-
# post_deploy:
57-
# - template: ./templates/run-integration-tests.yml

azure/azure-release-pipeline.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)