[v9.2.x] CI: Split release test pipelines (#56670)
* CI: Split release test pipelines (#56655) * Split test release pipelines * Add missing dependencies * Add release branch case when naming pipeline (cherry picked from commit75c5845749) * Add clone-enterprise and init-enterprise steps (#56662) (cherry picked from commiteb077db2b0) * Add dependencies (#56666) (cherry picked from commit811f6054c8) * Fix release test pipelines dependencies (#56671) (cherry picked from commit668cb25b82) * Remove build-frontend-packages step from docs pipelines (#56686) (cherry picked from commitefc8f985cb) * Remove grabpl dependency from yarn-install (#56692) * Sign drone
This commit is contained in:
@@ -8,9 +8,7 @@ load(
|
||||
'codespell_step',
|
||||
'test_frontend_step',
|
||||
'build_storybook_step',
|
||||
'build_frontend_package_step',
|
||||
'build_docs_website_step',
|
||||
'compile_build_cmd',
|
||||
)
|
||||
|
||||
load(
|
||||
@@ -40,9 +38,7 @@ def docs_pipelines(edition, ver_mode, trigger):
|
||||
yarn_install_step(),
|
||||
codespell_step(),
|
||||
lint_docs(),
|
||||
build_frontend_package_step(edition=edition, ver_mode=ver_mode),
|
||||
build_docs_website_step(),
|
||||
compile_build_cmd(),
|
||||
]
|
||||
|
||||
return pipeline(
|
||||
|
||||
Reference in New Issue
Block a user