Skip to content

Commit

Permalink
ci: temporarily disable some CI jobs
Browse files Browse the repository at this point in the history
Temporarily disable some CI jobs as the repo gets set up.
  • Loading branch information
rfratto committed Feb 28, 2024
1 parent afccdeb commit 743efef
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 453 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.

0 comments on commit 743efef

Please sign in to comment.