Skip to content

Commit b671091

Browse files
committed
Makefile: In LAVA 2020.09, default worker name changed to "worker0".
Signed-off-by: Paul Sokolovsky <[email protected]>
1 parent fe2290a commit b671091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LAVA_USER = admin
66
# to submit jobs, etc.
77
LAVA_IDENTITY = lava-docker
88
# Name of LAVA worker to which devices are registered/attached.
9-
LAVA_WORKER = lava-dispatcher
9+
LAVA_WORKER = worker0
1010

1111

1212
# sudo echo below is guaranteedly get a sudo password prompt and provide input

0 commit comments

Comments
 (0)