test: fix workflow labels to target yogabook
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ea3481b649
commit
881d506e99
1 changed files with 7 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
# Test pipeline for yogabook worker verification
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: yogabook-test
|
name: yogabook-test
|
||||||
|
|
@ -11,9 +10,14 @@ steps:
|
||||||
- name: hello-world
|
- name: hello-world
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- echo "=== YOGABOOK WORKER TEST ==="
|
- echo "== YOGABOOK WORKER TEST =="
|
||||||
- echo "Hello from yogabook!"
|
- echo "Hello from yogabook!"
|
||||||
- uname -a
|
- uname -a
|
||||||
- echo "=== TEST COMPLETE ==="
|
- hostname
|
||||||
|
- echo "== TEST COMPLETE =="
|
||||||
when:
|
when:
|
||||||
branch: test-yogabook
|
branch: test-yogabook
|
||||||
|
|
||||||
|
workflow:
|
||||||
|
labels:
|
||||||
|
gpu: nvidia940mx
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue