File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 - ' 8.15.5'
127127 - ' 8.16.1'
128128 - ' 8.17.0'
129- - ' 9.0.0'
129+ - ' 9.0.0-SNAPSHOT '
130130 steps :
131131 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
132132 - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
@@ -156,7 +156,7 @@ jobs:
156156
157157 - id : setup-fleet
158158 name : Setup Fleet
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'
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-SNAPSHOT '
160160 run : |-
161161 make setup-kibana-fleet
162162 env :
@@ -165,7 +165,7 @@ jobs:
165165
166166 - id : force-install-synthetics
167167 name : Force install synthetics
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'
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-SNAPSHOT '
169169 run : |-
170170 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
171171
You can’t perform that action at this time.
0 commit comments