diff --git a/.woodpecker.yml b/.woodpecker.yml index 65de8a0..fd5eb3f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,3 @@ -# Test pipeline for yogabook worker verification kind: pipeline type: docker name: yogabook-test @@ -11,9 +10,14 @@ steps: - name: hello-world image: alpine:latest commands: - - echo "=== YOGABOOK WORKER TEST ===" + - echo "== YOGABOOK WORKER TEST ==" - echo "Hello from yogabook!" - uname -a - - echo "=== TEST COMPLETE ===" + - hostname + - echo "== TEST COMPLETE ==" when: branch: test-yogabook + +workflow: + labels: + gpu: nvidia940mx