Skip to content

Commit 004deba

Browse files
dimuonbiscout42
andauthored
Update test matrix to use 8.15.3 (#868)
* Update test matrix to use 8.15.3 * Apply workaround to force install synthetics for 8.15.3 * Fix fleet setup for test for 8.15.3 --------- Co-authored-by: Boris Ilyushonak <[email protected]>
1 parent 5d14626 commit 004deba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- '8.12.2'
124124
- '8.13.4'
125125
- '8.14.3'
126-
- '8.15.0'
126+
- '8.15.3'
127127
steps:
128128
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
129129
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
@@ -153,7 +153,7 @@ jobs:
153153

154154
- id: setup-fleet
155155
name: Setup Fleet
156-
if: matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.0'
156+
if: matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.3'
157157
run: |-
158158
make setup-kibana-fleet
159159
env:
@@ -162,7 +162,7 @@ jobs:
162162

163163
- id: force-install-synthetics
164164
name: Force install synthetics
165-
if: matrix.version == '8.14.3' || matrix.version == '8.15.0'
165+
if: matrix.version == '8.14.3' || matrix.version == '8.15.3'
166166
run: |-
167167
for i in {1..5}; do curl -s -H "Authorization: ApiKey ${{ steps.get-api-key.outputs.apikey }}" --header "Content-Type: application/json" --header "kbn-xsrf: true" --request POST --data '{ "force": true }' http://localhost:5601/api/fleet/epm/packages/synthetics/1.2.2 && break || sleep 15; done
168168

0 commit comments

Comments
 (0)