Skip to content

Commit

Permalink
chore: Tune release process (#947)
Browse files Browse the repository at this point in the history
* Remove GH release when promoting to prod

This should now be done by release-please.

* Auto merge prod PR in deployment tools

Modifies the promote to production pipeline to auto merge the PR that is
performed to update the plugin in deployment tools, the same way it is
done for staging environment.
  • Loading branch information
ka3de authored Oct 7, 2024
1 parent e7ebcd6 commit 1b3f2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ steps:
image: node:18
commands:
- ./scripts/install-ci-deps-apt.sh
- make install lint test build sign package gh-release
- make install lint test build sign package
environment:
GCP_KEY:
from_secret: gcp_key
Expand All @@ -229,7 +229,7 @@ steps:
"repo_owner": "grafana",
"repo_name": "deployment_tools",
"destination_branch": "master",
"pull_request_branch_prefix": "ci/synthetic-monitoring-plugin",
"pull_request_branch_prefix": "auto-merge/synthetic-monitoring-plugin",
"pull_request_enabled": true,
"pull_request_existing_strategy": "ignore",
"pull_request_message": "Triggered by ${DRONE_COMMIT_LINK}. NOTE: prod does not refer directly to an environment it refers to stacks associated with the prod 'wave'. See [here](https://github.com/grafana/deployment_tools/blob/master/ksonnet/environments/hosted-grafana/waves/provisioned-plugins/README.md#waves) for more info.",
Expand Down

0 comments on commit 1b3f2c0

Please # to comment.