Skip to content

Commit f03e5f9

Browse files
committed
APM-2884 Just deploy to internal-dev for now
1 parent 2c552af commit f03e5f9

3 files changed

Lines changed: 25 additions & 26 deletions

File tree

azure/azure-pr-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extends:
3636
- environment: internal-dev
3737
post_deploy:
3838
- template: ./templates/run-smoke-tests.yml
39-
- environment: internal-dev-sandbox
40-
proxy_path: sandbox
41-
post_deploy:
42-
- template: ./templates/run-smoke-tests.yml
39+
# - environment: internal-dev-sandbox
40+
# proxy_path: sandbox
41+
# post_deploy:
42+
# - template: ./templates/run-smoke-tests.yml

azure/azure-release-pipeline.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,17 @@ extends:
3434
- environment: internal-dev
3535
post_deploy:
3636
- template: ./templates/run-smoke-tests.yml
37-
- environment: internal-qa
38-
post_deploy:
39-
- template: ./templates/run-smoke-tests.yml
40-
- environment: internal-qa-sandbox
41-
proxy_path: sandbox
42-
post_deploy:
43-
- template: ./templates/run-smoke-tests.yml
44-
# (App subscription make sense for most sandbox implementations)
45-
- environment: sandbox
46-
proxy_path: sandbox
47-
post_deploy:
48-
- template: ./templates/run-smoke-tests.yml
37+
# - environment: internal-qa
38+
# post_deploy:
39+
# - template: ./templates/run-smoke-tests.yml
40+
# - environment: internal-qa-sandbox
41+
# proxy_path: sandbox
42+
# post_deploy:
43+
# - template: ./templates/run-smoke-tests.yml
44+
# - environment: sandbox
45+
# proxy_path: sandbox
46+
# post_deploy:
47+
# - template: ./templates/run-smoke-tests.yml
4948
# Enable int environment when ready by uncommenting:
5049
# - environment: int
5150
# depends_on:

manifest_template.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ DESCRIPTION: example description
44
APIGEE_ENVIRONMENTS:
55
- name: internal-dev
66
display_name: Internal Development
7-
- name: internal-dev-sandbox
8-
display_name: Internal Development Sandbox
9-
- name: internal-qa
10-
display_name: Internal QA
11-
- name: internal-qa-sandbox
12-
display_name: Internal QA Sandbox
13-
- name: ref
14-
display_name: Reference
15-
- name: sandbox
16-
display_name: Sandbox
7+
# - name: internal-dev-sandbox
8+
# display_name: Internal Development Sandbox
9+
# - name: internal-qa
10+
# display_name: Internal QA
11+
# - name: internal-qa-sandbox
12+
# display_name: Internal QA Sandbox
13+
# - name: ref
14+
# display_name: Reference
15+
# - name: sandbox
16+
# display_name: Sandbox
1717
# Enable int environment when ready by uncommenting:
1818
# - name: int
1919
# display_name: Integration Testing

0 commit comments

Comments
 (0)