The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/contribute/drone-pipeline.md

1.2 KiB

Making changes to the Drone pipeline

Only members of the Grafana organization can make changes to the Drone pipeline.

The Drone pipelines are built with Starlark, a similar language to Python. The Starlark files are located in scripts/drone.

Drone setup

  1. Set environment variables DRONE_SERVER and DRONE_TOKEN found in your Drone account. These environment variables are used to verify that only Grafana employees can make changes to the pipelines.
  2. Install buildifier, and use it to format the Starlark files you want to edit.

Drone development

  1. Open a pull request where you can do test runs for your changes. If you need to experiment with secrets, create a pull request in the grafana-ci-sandbox repo before opening a pull request in the main repo.
  2. Run make drone after making changes to the Starlark files. This builds the .drone.yml file.

For further questions, reach out to the grafana-release-guild squad.