Skip to content

Commit

Permalink
PMM-12254 Grafana 9.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jun 27, 2023
2 parents 56de6e8 + 8d9c05a commit 81c7d68
Show file tree
Hide file tree
Showing 36 changed files with 10,513 additions and 6,173 deletions.
12 changes: 8 additions & 4 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ load(
)
load("scripts/drone/pipelines/github.star", "publish_github_pipeline")
load("scripts/drone/pipelines/aws_marketplace.star", "publish_aws_marketplace_pipeline")
load(
"scripts/drone/pipelines/windows.star",
"windows_test_backend",
)
load("scripts/drone/version.star", "version_branch_pipelines")
load("scripts/drone/events/cron.star", "cronjobs")
load("scripts/drone/vault.star", "secrets")
Expand All @@ -42,10 +46,6 @@ def main(_ctx):
oss_pipelines() +
enterprise_pipelines() +
enterprise2_pipelines() +
enterprise2_pipelines(
prefix = "custom-",
trigger = {"event": ["custom"]},
) +
publish_image_pipelines_public() +
publish_image_pipelines_security() +
publish_github_pipeline("public") +
Expand All @@ -55,6 +55,10 @@ def main(_ctx):
publish_artifacts_pipelines("public") +
publish_npm_pipelines() +
publish_packages_pipeline() +
[windows_test_backend({
"event": ["promote"],
"target": ["test-windows"],
}, "oss", "testing")] +
artifacts_page_pipeline() +
version_branch_pipelines() +
integration_test_pipelines() +
Expand Down
Loading

0 comments on commit 81c7d68

Please sign in to comment.