File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -207,3 +207,16 @@ pull_request_rules:
207
207
labels :
208
208
- " backport"
209
209
title : " [{{ destination_branch }}](backport #{{ number }}) {{ title }}"
210
+ - name : backport patches to 8.13 branch
211
+ conditions :
212
+ - merged
213
+ - label=backport-v8.13.0
214
+ actions :
215
+ backport :
216
+ assignees :
217
+ - " {{ author }}"
218
+ branches :
219
+ - " 8.13"
220
+ labels :
221
+ - " backport"
222
+ title : " [{{ destination_branch }}](backport #{{ number }}) {{ title }}"
Original file line number Diff line number Diff line change 1
1
# If you use change this version without a pinned one, please update
2
2
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
3
- ELASTICSEARCH_VERSION = 8.13 .0-edaa0fd0 -SNAPSHOT
3
+ ELASTICSEARCH_VERSION = 8.14 .0-8dc05a81 -SNAPSHOT
4
4
ELASTICSEARCH_USERNAME = elastic
5
5
ELASTICSEARCH_PASSWORD = changeme
6
6
TEST_ELASTICSEARCH_HOSTS = localhost:9200
Original file line number Diff line number Diff line change @@ -295,6 +295,7 @@ func Test_server_ClientCert(t *testing.T) {
295
295
})
296
296
297
297
t .Run ("valid client certs no certs requested" , func (t * testing.T ) {
298
+ t .Skip ("test is flakey see fleet-server/issue/3266" )
298
299
ctx , cancel := context .WithCancel (context .Background ())
299
300
defer cancel ()
300
301
ctx = testlog .SetLogger (t ).WithContext (ctx )
You can’t perform that action at this time.
0 commit comments