Skip to content

Commit f42af6c

Browse files
TT-17302: Update gwdash version for scheduled workflows and include sink field to matrix envfiles (#477)
* fix: update gwdash and sink versions to latest * feat: add sink field to the envfiles * feat: update gwdash with release-5.13 for ui scheduled workflows --------- Co-authored-by: Vlad Zabolotnyi <vlad.z@tyk.io> Co-authored-by: konrad <konrad@tyk.io>
1 parent ccfbe35 commit f42af6c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

config/tui/prod-variations.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ level: # testsuites
5151
config: "murmur128"
5252
db: "mongo8"
5353
apimarkers: "not local and not dind"
54-
gwdash: release-5.12
55-
sink: "$ECR/tyk-sink:release-2.8"
54+
gwdash: release-5.13
55+
sink: "$ECR/tyk-sink:release-2.11.0"
5656
- cache: "redis7"
5757
config: "murmur128"
5858
db: "mongo8"
@@ -340,7 +340,7 @@ level: # testsuites
340340
config: "murmur128"
341341
db: "mongo8"
342342
apimarkers: "not local and not dind"
343-
gwdash: release-5.12
343+
gwdash: release-5.13
344344
- cache: "redis7"
345345
config: "murmur128"
346346
db: "mongo8"

policy/variations.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type ghMatrix struct {
2222
APIMarkers string `json:"apimarkers"`
2323
UIMarkers string `json:"uimarkers"`
2424
GwDash string `json:"gwdash"`
25+
Sink string `json:"sink"`
2526
} `json:"envfiles"`
2627
Pump []string `json:"pump"`
2728
Sink []string `json:"sink"`

0 commit comments

Comments
 (0)