[v10.4.x] CI: Support more version formats in publishing (#94740)

CI: Support more version formats in publishing (#94575)

* cleanup dead code
* add tests and rewrite publish grafanacom steps to reuse
* add pkg/build tests; don't upload CDN assets on grafana releases

(cherry picked from commit 7a2edd35d5)
This commit is contained in:
Kevin Minehart
2024-10-15 13:23:04 -05:00
committed by GitHub
parent c66109b725
commit 6aa75962da
70 changed files with 1065 additions and 5055 deletions
+1 -3
View File
@@ -158,9 +158,7 @@ def lint_starlark_step():
"go install github.com/bazelbuild/buildtools/buildifier@latest",
"buildifier --lint=warn -mode=check -r .",
],
"depends_on": [
"compile-build-cmd",
],
"depends_on": [],
}
def enterprise_downstream_step(ver_mode):