woodpecker-autoscaler/.woodpecker/pr.yml
Tobias Trabelsi 7f2c465391
All checks were successful
ci/woodpecker/pr/pr Pipeline was successful
implemented spawning of new agents
split pipeline
2023-10-31 23:18:08 +01:00

26 lines
625 B
YAML

when:
- event: pull_request
steps:
test:
image: golang:1.21
commands:
- go test ./...
pr-build:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/arm64/v8
repo: lerentis/metallb-ip-floater
tags:
- latest
- ${CI_COMMIT_SHA}
dry-run: true
notify:
image: appleboy/drone-telegram
settings:
message: "Commit {{ commit.message }} ({{ commit.link }}) ran with build {{ build.number }} and finished with status {{ build.status }}."
to:
from_secret: telegram_userid
token:
from_secret: telegram_secret