Skip to content

Commit

Permalink
ci: temporarily disable some CI jobs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Feb 28, 2024
1 parent afccdeb commit 103c186
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 454 deletions.
454 changes: 1 addition & 453 deletions .drone/drone.yml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .drone/pipelines/build_images.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ local locals = {
};

[
// TODO(rfratto): The following are temporarily diasbled as grafana/alloy
// gets set up.

/*
pipelines.linux('Create Linux build image') {
trigger: locals.on_build_image_tag,
steps: [{
Expand Down Expand Up @@ -88,4 +92,5 @@ local locals = {
host: { path: '//./pipe/docker_engine/' },
}],
},
*/
]
7 changes: 7 additions & 0 deletions .drone/pipelines/publish.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ local windows_containers_jobs = std.map(function(container) (
}
), windows_containers);

// TODO(rfratto): The following are TEMPORARILY disabled as grafana/alloy gets
// set up. Remove the line below in favor of the comment block to reenable the
// publish jobs.
[]

/*
linux_containers_jobs + windows_containers_jobs + [
pipelines.linux('Deploy to deployment_tools') {
trigger: {
Expand Down Expand Up @@ -196,3 +202,4 @@ linux_containers_jobs + windows_containers_jobs + [
}],
},
]
*/
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ endif
.PHONY: drone
drone: generate-drone
drone lint .drone/drone.yml --trusted
drone --server https://drone.grafana.net sign --save grafana/agent .drone/drone.yml
drone --server https://drone.grafana.net sign --save grafana/alloy .drone/drone.yml

.PHONY: clean
clean: clean-dist clean-build-container-cache
Expand Down

0 comments on commit 103c186

Please sign in to comment.