MCPs/.woodpecker-test.yml
Tobias J. Endres ea3481b649
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test: target yogabook via gpu label
2026-06-23 17:32:32 +02:00

25 lines
442 B
YAML

# Test pipeline for yogabook worker verification
kind: pipeline
type: docker
name: yogabook-test
platform:
os: linux
arch: amd64
steps:
- name: hello-world
image: alpine:latest
commands:
- echo "== YOGABOOK WORKER TEST =="
- echo "Hello from yogabook!"
- uname -a
- hostname
- echo "== TEST COMPLETE =="
when:
branch: test-yogabook
workflow:
tags:
labels:
gpu: nvidia940mx