Skip to content

Commit

Permalink
Delete remaining Drone files to finish migration to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana committed Jan 14, 2025
1 parent 424274a commit cf8589c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 267 deletions.
13 changes: 0 additions & 13 deletions .drone/docker-manifest.tmpl

This file was deleted.

78 changes: 0 additions & 78 deletions .drone/drone.jsonnet

This file was deleted.

83 changes: 0 additions & 83 deletions .drone/drone.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .drone/readme.md

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/drone-signature-check.yml

This file was deleted.

20 changes: 0 additions & 20 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -362,26 +362,6 @@ tempo-mixin: tools-image
tempo-mixin-check: tools-image
$(TOOLS_CMD) $(MAKE) -C operations/tempo-mixin check

##@ drone
.PHONY: drone drone-jsonnet drone-signature
# this requires the drone-cli https://docs.drone.io/cli/install/
drone: ## Run Drone targets
# piggyback on Loki's build image, this image contains a newer version of drone-cli than is
# released currently (1.4.0). The newer version of drone-clie keeps drone.yml human-readable.
# This will run 'make drone-jsonnet' from within the container
docker run -e DRONE_SERVER -e DRONE_TOKEN --rm -v $(shell pwd):/src/loki ${LOKI_BUILD_IMAGE} drone-jsonnet drone-signature

drone lint .drone/drone.yml --trusted

drone-jsonnet:
drone jsonnet --stream --format --source .drone/drone.jsonnet --target .drone/drone.yml

drone-signature:
ifndef DRONE_TOKEN
$(error DRONE_TOKEN is not set, visit https://drone.grafana.net/account)
endif
DRONE_SERVER=https://drone.grafana.net drone sign --save grafana/tempo .drone/drone.yml

.PHONY: generate-manifest
generate-manifest:
GO111MODULE=on CGO_ENABLED=0 go run -v pkg/docsgen/generate_manifest.go
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Push a semver tag to main on the merge commit above. Something like:
- `git tag -a v1.2.0-rc.0`
- `git push origin v1.2.0-rc.0`
- This will initiate the build process in Github Actions and Drone. The tagged docker image should
- This will initiate the build process in Github Actions. The tagged docker image should
be available here shortly: https://hub.docker.com/r/grafana/tempo/tags?page=1&ordering=last_updated
- A Github Release Draft should also be available here: https://github.com/grafana/tempo/releases
- Copy over the CHANGELOG entries for the release
Expand Down

0 comments on commit cf8589c

Please sign in to comment.