Skip to content

Commit 2a2610c

Browse files
authored
Merge branch 'main' into ci/add-kibana-8gb-smoke-test
2 parents 9790275 + ecdc792 commit 2a2610c

8 files changed

Lines changed: 10 additions & 20 deletions

File tree

.buildkite/pipeline-resource-definitions/kibana-es-snapshots.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
2323
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
2424
allow_rebuilds: true
25-
branch_configuration: main 9.2 9.1 9.0 8.19 8.18 7.17
25+
branch_configuration: main 9.2 9.1 8.19 8.18 7.17
2626
default_branch: main
2727
repository: elastic/kibana
2828
pipeline_file: .buildkite/pipelines/es_snapshots/build.yml
@@ -56,10 +56,6 @@ spec:
5656
cronline: 0 22 * * * America/New_York
5757
message: Daily build
5858
branch: '9.1'
59-
Daily build (9.0):
60-
cronline: 0 22 * * * America/New_York
61-
message: Daily build
62-
branch: '9.0'
6359
Daily build (8.19):
6460
cronline: 0 22 * * * America/New_York
6561
message: Daily build
@@ -99,7 +95,7 @@ spec:
9995
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
10096
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
10197
allow_rebuilds: true
102-
branch_configuration: main 9.2 9.1 9.0 8.19 8.18 7.17
98+
branch_configuration: main 9.2 9.1 8.19 8.18 7.17
10399
default_branch: main
104100
repository: elastic/kibana
105101
pipeline_file: .buildkite/pipelines/es_snapshots/promote.yml
@@ -148,7 +144,7 @@ spec:
148144
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
149145
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
150146
allow_rebuilds: true
151-
branch_configuration: main 9.2 9.1 9.0 8.19 8.18 7.17
147+
branch_configuration: main 9.2 9.1 8.19 8.18 7.17
152148
default_branch: main
153149
repository: elastic/kibana
154150
pipeline_file: .buildkite/pipelines/es_snapshots/verify.yml

.buildkite/pipeline-resource-definitions/kibana-on-merge-unsupported-ftrs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
2424
SCOUT_REPORTER_ENABLED: 'true'
2525
allow_rebuilds: true
26-
branch_configuration: main 9.2 9.1 9.0 8.19 8.18 7.17
26+
branch_configuration: main 9.2 9.1 8.19 8.18 7.17
2727
default_branch: main
2828
repository: elastic/kibana
2929
pipeline_file: .buildkite/pipelines/on_merge_unsupported_ftrs.yml

.buildkite/pipeline-resource-definitions/kibana-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
2727
SCOUT_REPORTER_ENABLED: 'true'
2828
allow_rebuilds: true
29-
branch_configuration: main 9.2 9.1 9.0 8.19 8.18 7.17
29+
branch_configuration: main 9.2 9.1 8.19 8.18 7.17
3030
default_branch: main
3131
repository: elastic/kibana
3232
pipeline_file: .buildkite/pipelines/on_merge.yml

.buildkite/pipeline-utils/ci-stats/pick_test_group_run_order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ export async function pickTestGroupRunOrder() {
565565
({ title, key, queue = defaultQueue }): BuildkiteStep => ({
566566
label: title,
567567
command: getRequiredEnv('FTR_CONFIGS_SCRIPT'),
568-
timeout_in_minutes: 90,
568+
timeout_in_minutes: 120,
569569
agents: expandAgentQueue(queue),
570570
env: {
571571
SCOUT_TARGET_TYPE: 'local',

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"main",
2020
"9.2",
2121
"9.1",
22-
"9.0",
2322
"8.19",
2423
"8.18",
2524
"7.17"
@@ -4782,4 +4781,4 @@
47824781
"datasourceTemplate": "docker"
47834782
}
47844783
]
4785-
}
4784+
}

versions.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"branch": "9.1",
1717
"branchType": "release"
1818
},
19-
{
20-
"version": "9.0.9",
21-
"branch": "9.0",
22-
"branchType": "release"
23-
},
2419
{
2520
"version": "8.19.6",
2621
"branch": "8.19",
@@ -37,4 +32,4 @@
3732
"branchType": "unmaintained"
3833
}
3934
]
40-
}
35+
}

x-pack/solutions/security/plugins/security_solution/public/siem_migrations/dashboards/components/data_input_flyout/data_input_flyout.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ describe('DashboardMigrationDataInputFlyout', () => {
306306
// Start migration
307307
fireEvent.click(getByTestId('testModalStartMigrationButton'));
308308

309-
expect(mockStartMigration).toHaveBeenCalledWith('test-id-retry', 'failed', {
309+
expect(mockStartMigration).toHaveBeenCalledWith('test-id-retry', 'not_fully_translated', {
310310
connectorId: 'Test Connector 1',
311311
});
312312
});

x-pack/solutions/security/plugins/security_solution/public/siem_migrations/dashboards/components/data_input_flyout/data_input_flyout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const DashboardMigrationDataInputFlyout = React.memo(
112112
if (migrationStats?.id) {
113113
startMigration(
114114
migrationStats.id,
115-
isRetry ? SiemMigrationRetryFilter.FAILED : undefined,
115+
isRetry ? SiemMigrationRetryFilter.NOT_FULLY_TRANSLATED : undefined,
116116
settings
117117
);
118118
}

0 commit comments

Comments
 (0)