File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,9 @@ jobs:
124124 - ' 8.13.4'
125125 - ' 8.14.3'
126126 - ' 8.15.5'
127- <<<<<<< HEAD
128- =======
129127 - ' 8.16.1'
130128 - ' 8.17.0'
131- >>>>>>> 7cd3452 (Update test matrix to use 8.15.5, 8.16.1, 8.17.0)
129+ - ' 9.0.0 '
132130 steps :
133131 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
134132 - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
@@ -158,7 +156,7 @@ jobs:
158156
159157 - id : setup-fleet
160158 name : Setup Fleet
161- 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.5' || matrix.version == '8.16.1' || matrix.version == '8.17.0'
159+ 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.5' || matrix.version == '8.16.1' || matrix.version == '8.17.0' || matrix.version == '9.0.0'
162160 run : |-
163161 make setup-kibana-fleet
164162 env :
@@ -167,7 +165,7 @@ jobs:
167165
168166 - id : force-install-synthetics
169167 name : Force install synthetics
170- if : matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.1' || matrix.version == '8.17.0'
168+ if : matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.1' || matrix.version == '8.17.0' || matrix.version == '9.0.0'
171169 run : |-
172170 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
173171
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ SHELL := /bin/bash
33ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
44
55github_ref := refs/heads/main
6- # github_ref := refs/tags/8.17.0
76oas_url := https://raw.githubusercontent.com/elastic/kibana/$(github_ref ) /oas_docs/output/kibana.yaml
87
98.PHONY : all
You can’t perform that action at this time.
0 commit comments