Skip to content

Commit 092fb05

Browse files
APM-2488-Updated the test cases-print access token-test
1 parent 5542807 commit 092fb05

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

azure/templates/deploy-service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ steps:
246246
export APIGEE_ORGANIZATION="nhsd-${{ parameters.apigee_organization }}"
247247
export ANSIBLE_FORCE_COLOR=yes
248248
export DIST_DIR=$(SERVICE_DIR)
249+
echo PULL_REQUEST="${{ parameters.pr_label }}".
249250
export PULL_REQUEST="${{ parameters.pr_label }}"
250251
251252
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest

scripts/test_pull_request_deployments.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,11 @@
55

66

77
PULL_REQUEST_PIPELINES = {
8-
"identity-service": {
9-
"build": 27,
10-
"pr": 54,
11-
"branch": "refs/heads/master"
12-
},
138
"canary-api": {
149
"build": 222,
1510
"pr": 223,
1611
"branch": "refs/heads/main"
17-
},
18-
"personal-demographics-service": {
19-
"build": 140,
20-
"pr": 144,
21-
"branch": "refs/heads/master"
22-
},
12+
}
2313
}
2414

2515

0 commit comments

Comments
 (0)