Build: allow building releases from other repositories (#42914)

* Allow building from other repositories

* Upgrade grabpl

* Update drone.yml
This commit is contained in:
malcolmholmes
2021-12-09 13:09:17 +00:00
committed by GitHub
parent 096c248887
commit de6148e5f1
3 changed files with 75 additions and 93 deletions
+4 -4
View File
@@ -267,10 +267,10 @@ def release_pipelines(ver_mode='release', trigger=None):
depends_on=[p['name'] for p in oss_pipelines + enterprise_pipelines],
)
pipelines.append(notify_pipeline(
name='notify-{}'.format(ver_mode), slack_channel='grafana-ci-notifications', trigger=dict(trigger, status = ['failure']),
depends_on=[p['name'] for p in pipelines], template=failure_template, secret='slack_webhook',
))
#pipelines.append(notify_pipeline(
# name='notify-{}'.format(ver_mode), slack_channel='grafana-ci-notifications', trigger=dict(trigger, status = ['failure']),
# depends_on=[p['name'] for p in pipelines], template=failure_template, secret='slack_webhook',
#))
return pipelines