@@ -115,7 +115,7 @@ steps:
115115 - label : " 🔨 Test"
116116 command : " make test"
117117 plugins :
118- - test-collector#v1.10.1 :
118+ - test-collector#v1.10.2 :
119119 files : " test/junit-*.xml"
120120 format : " junit"
121121` ` `
@@ -129,7 +129,7 @@ steps:
129129 - label : " 🔨 Test"
130130 command : " make test"
131131 plugins :
132- - test-collector#v1.10.1 :
132+ - test-collector#v1.10.2 :
133133 files :
134134 - " test-data-*.json"
135135 format : " json"
@@ -151,7 +151,7 @@ steps:
151151 - label : " 🔍 Test Analytics"
152152 command : buildkite-agent artifact download "tests-*.xml" .
153153 plugins :
154- - test-collector#v1.10.1 :
154+ - test-collector#v1.10.2 :
155155 files : " tests-*.xml"
156156 format : " junit"
157157` ` `
@@ -165,7 +165,7 @@ steps:
165165 - label: "🔨 Test"
166166 command: "make test"
167167 plugins:
168- - test-collector#v1.10.1 :
168+ - test-collector#v1.10.2 :
169169 files: "test-data-*.json"
170170 format: "json"
171171 branches: "-qa$"
@@ -178,7 +178,7 @@ steps:
178178 - label: "🔨 Test"
179179 command: "make test"
180180 plugins:
181- - test-collector#v1.10.1 :
181+ - test-collector#v1.10.2 :
182182 files: "test-data-*.json"
183183 format: "json"
184184 exclude-branches: "^legacy$"
@@ -191,7 +191,7 @@ steps:
191191 - label: "🔨 Test"
192192 command: "make test"
193193 plugins:
194- - test-collector#v1.10.1 :
194+ - test-collector#v1.10.2 :
195195 files: "test-data-*.json"
196196 format: "json"
197197 branches: "^stage-"
0 commit comments