mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Cleanup unnecessary grabpl dependencies (#65330)
* Remove unnecessary grabpl dependencies * Revert test-frontend change
This commit is contained in:
committed by
GitHub
parent
f4a5f91496
commit
89d642e001
@@ -7,7 +7,6 @@ load(
|
||||
"build_docs_website_step",
|
||||
"build_image",
|
||||
"codespell_step",
|
||||
"download_grabpl_step",
|
||||
"identify_runner_step",
|
||||
"yarn_install_step",
|
||||
)
|
||||
@@ -28,7 +27,6 @@ docs_paths = {
|
||||
def docs_pipelines(ver_mode, trigger):
|
||||
environment = {"EDITION": "oss"}
|
||||
steps = [
|
||||
download_grabpl_step(),
|
||||
identify_runner_step(),
|
||||
yarn_install_step(),
|
||||
codespell_step(),
|
||||
|
||||
@@ -5,7 +5,6 @@ This module returns the pipeline used for verifying Drone configuration.
|
||||
load(
|
||||
"scripts/drone/steps/lib.star",
|
||||
"compile_build_cmd",
|
||||
"download_grabpl_step",
|
||||
"identify_runner_step",
|
||||
"lint_drone_step",
|
||||
)
|
||||
@@ -18,7 +17,6 @@ def verify_drone(trigger, ver_mode):
|
||||
environment = {"EDITION": "oss"}
|
||||
steps = [
|
||||
identify_runner_step(),
|
||||
download_grabpl_step(),
|
||||
compile_build_cmd(),
|
||||
lint_drone_step(),
|
||||
]
|
||||
|
||||
@@ -5,7 +5,6 @@ This module returns a Drone pipeline that verifies all Starlark files are linted
|
||||
load(
|
||||
"scripts/drone/steps/lib.star",
|
||||
"compile_build_cmd",
|
||||
"download_grabpl_step",
|
||||
"identify_runner_step",
|
||||
"lint_starlark_step",
|
||||
)
|
||||
@@ -18,7 +17,6 @@ def verify_starlark(trigger, ver_mode):
|
||||
environment = {"EDITION": "oss"}
|
||||
steps = [
|
||||
identify_runner_step(),
|
||||
download_grabpl_step(),
|
||||
compile_build_cmd(),
|
||||
lint_starlark_step(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user