Skip to content

Commit

Permalink
Run make drone. (#2557)
Browse files Browse the repository at this point in the history
This syncs the Drone pipelines with drone.jsonnet.
  • Loading branch information
ptodev authored Jan 30, 2025
1 parent d95b374 commit 0bb74cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 103 deletions.
1 change: 0 additions & 1 deletion .drone/drone.jsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
local pipelines = import './pipelines.jsonnet';

(import 'pipelines/build_images.jsonnet') +
(import 'pipelines/test.jsonnet') +
(import 'pipelines/check_containers.jsonnet') +
(import 'pipelines/crosscompile.jsonnet') +
Expand Down
13 changes: 2 additions & 11 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
kind: pipeline
name: Lint
platform:
Expand Down Expand Up @@ -119,7 +120,6 @@ volumes:
path: //./pipe/docker_engine/
name: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux amd64)
platform:
Expand All @@ -137,7 +137,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux arm64)
platform:
Expand All @@ -155,7 +154,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux ppc64le)
platform:
Expand All @@ -173,7 +171,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux s390x)
platform:
Expand All @@ -191,7 +188,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (macOS Intel)
platform:
Expand All @@ -208,7 +204,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (macOS Apple Silicon)
platform:
Expand All @@ -225,7 +220,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Windows amd64)
platform:
Expand All @@ -242,7 +236,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (FreeBSD amd64)
platform:
Expand All @@ -259,7 +252,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux amd64 boringcrypto)
platform:
Expand All @@ -277,7 +269,6 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux arm64 boringcrypto)
platform:
Expand Down Expand Up @@ -743,6 +734,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: 5c0ba3650cd2bbdccc1b19b96b07ac8f76d78b4dcd461dddc140857a86db1900
hmac: cf3043f3104be4dd320c4cd79c5e80802dc3b03743852df4fd98ffd981ae146e

...
91 changes: 0 additions & 91 deletions .drone/pipelines/build_images.jsonnet

This file was deleted.

0 comments on commit 0bb74cc

Please sign in to comment.