-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Add pipeline task queue framework and merge workers into one #71268
[CI] Add pipeline task queue framework and merge workers into one #71268
Conversation
@elasticmachine merge upstream |
merge conflict between base and head |
13bf69d
to
2210554
Compare
@elasticmachine merge upstream |
merge conflict between base and head |
@@ -94,6 +95,12 @@ jest.mock('../shareable_runtime/components/rendered_element'); | |||
// @ts-expect-error | |||
RenderedElement.mockImplementation(() => 'RenderedElement'); | |||
|
|||
// Some of the code requires that this directory exists, but the tests don't actually require any css to be present | |||
const cssDir = path.resolve(__dirname, '../../../../built_assets/css'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clintandrewhall FYI, I'm removing the legacy sass stuff soon so this won't stick around for long
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Test FailuresChrome X-Pack UI Functional Tests.x-pack/test/functional/apps/ml/data_frame_analytics/cloning·ts.machine learning data frame analytics jobs cloning supported by UI form outlier detection job supported by the form should have correct init form values for config stepStandard Out
Stack Trace
Build metrics
History
To update your PR or re-run it, just comment with: |
…astic#71268) # Conflicts: # test/scripts/jenkins_build_kibana.sh # test/scripts/jenkins_ci_group.sh # test/scripts/jenkins_xpack_build_kibana.sh
* master: (74 commits) [Discover] Inline noWhiteSpace function (elastic#74331) [DOCS] Add Observability topic (elastic#73041) skip flaky suite (elastic#74327) [Security Solution][Detections] Fixes Severity Override not matching for Elastic Endpoint Security rule (elastic#74317) [Security Solution][Exceptions] - Fixes exceptions builder nested deletion issue and adds unit tests (elastic#74250) Fixed Alert details does not update page title and breadcrumb (elastic#74214) [src/dev/build] build Kibana Platform bundles from source (elastic#73591) [Reporting] Shorten asset path to help CLI FS Watcher (elastic#74185) Fix TMS not loaded in legacy maps (elastic#73570) [Security Solution] styling for notes' panel (elastic#74274) [Security Solution][Tech Debt] cleans up ts-ignore issues and some smaller linter issues (elastic#74268) Make the actions plugin support generics (elastic#71439) [Security Solution] Keep original note creator (elastic#74203) [CI] Fix xpack kibana build dir in xpack visual regression script [CI] Fix baseline_capture job by adding parallel process number back [Monitoring] Ensure setup mode works on cloud but only for alerts (elastic#73127) [Maps] Custom color ramps should show correctly on the map for mvt layers (elastic#74169) [kbn/optimizer] remove unused modules (elastic#74195) [CI] Add pipeline task queue framework and merge workers into one (elastic#71268) Using msearch for tree api endpoint (elastic#73813) ...
* master: (115 commits) [Logs UI] Correct trial period duration in anomaly splash screen (elastic#74249) [Discover] Inline noWhiteSpace function (elastic#74331) [DOCS] Add Observability topic (elastic#73041) skip flaky suite (elastic#74327) [Security Solution][Detections] Fixes Severity Override not matching for Elastic Endpoint Security rule (elastic#74317) [Security Solution][Exceptions] - Fixes exceptions builder nested deletion issue and adds unit tests (elastic#74250) Fixed Alert details does not update page title and breadcrumb (elastic#74214) [src/dev/build] build Kibana Platform bundles from source (elastic#73591) [Reporting] Shorten asset path to help CLI FS Watcher (elastic#74185) Fix TMS not loaded in legacy maps (elastic#73570) [Security Solution] styling for notes' panel (elastic#74274) [Security Solution][Tech Debt] cleans up ts-ignore issues and some smaller linter issues (elastic#74268) Make the actions plugin support generics (elastic#71439) [Security Solution] Keep original note creator (elastic#74203) [CI] Fix xpack kibana build dir in xpack visual regression script [CI] Fix baseline_capture job by adding parallel process number back [Monitoring] Ensure setup mode works on cloud but only for alerts (elastic#73127) [Maps] Custom color ramps should show correctly on the map for mvt layers (elastic#74169) [kbn/optimizer] remove unused modules (elastic#74195) [CI] Add pipeline task queue framework and merge workers into one (elastic#71268) ...
…astic#71268) # Conflicts: # Jenkinsfile # src/dev/notice/generate_notice_from_source.ts # test/scripts/jenkins_build_kibana.sh # test/scripts/jenkins_ci_group.sh # test/scripts/jenkins_security_solution_cypress.sh # test/scripts/jenkins_xpack_build_kibana.sh # test/scripts/jenkins_xpack_saved_objects_field_metrics.sh # vars/kibanaPipeline.groovy # x-pack/plugins/canvas/storybook/storyshots.test.tsx
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
6 similar comments
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
Re-implements #64011
packages/kbn-dev-utils/src/run/help.test.ts
paths in snapshotsparallel/
workspacesparallel/
workspacesI tried to create another PR that only shows the changes from the original tasks PR, but GitHub refuses to display it correctly. pipeline-tasks-original...brianseeders:pipeline-tasks-redux
You can see the most recent changes a little better if you locally diff
pipeline-tasks-original
andpipeline-tasks-redux