Skip to content

Commit ce97150

Browse files
Merge pull request #35017 from hmcts/exui-2470-deploy-qm-perf
- FOR PERF TEST - XUI + FPL COMBO PR for QueryManagement - TO BE MERGED BY PERF TEAM ONLY
2 parents 1c71f9b + ca71243 commit ce97150

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

apps/family-public-law/fpl-case-service/perftest-image-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
hmcts.github.com/prod-automated: disabled
77
spec:
88
filterTags:
9-
pattern: '^pr-5570-[a-f0-9]+-(?P<ts>[0-9]+)'
9+
pattern: '^pr-5657-[a-f0-9]+-(?P<ts>[0-9]+)'
1010
extract: '$ts'
1111
policy:
1212
alphabetical:

apps/xui/xui-webapp/perftest-image-policy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ apiVersion: image.toolkit.fluxcd.io/v1beta1
22
kind: ImagePolicy
33
metadata:
44
name: perftest-xui-webapp
5+
annotations:
6+
hmcts.github.com/prod-automated: disabled
57
spec:
8+
filterTags:
9+
pattern: '^pr-2993-[a-f0-9]+-(?P<ts>[0-9]+)'
10+
extract: '$ts'
11+
policy:
12+
alphabetical:
13+
order: asc
614
imageRepositoryRef:
715
name: xui-webapp

0 commit comments

Comments
 (0)