mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Ensure unique scheduler names
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a2c99357cb
commit
909f503ca0
|
@ -363,11 +363,11 @@ schedulers.append(sched.Nightly(name='nightly-check-layer', branch='master', pro
|
|||
builderNames=['check-layer-nightly'], hour=0, minute=0))
|
||||
|
||||
# Run check-layer-nightly twice a week for hardknott
|
||||
schedulers.append(sched.Nightly(name='nightly-check-layer', branch='hardknott', properties=parent_default_props('check-layer-nightly', 'hardknott'),
|
||||
schedulers.append(sched.Nightly(name='nightly-check-layer-hardknott', branch='hardknott', properties=parent_default_props('check-layer-nightly', 'hardknott'),
|
||||
builderNames=['check-layer-nightly'], dayOfWeek=[0, 3], hour=2, minute=0))
|
||||
|
||||
# Run check-layer-nightly twice a week for dunfell
|
||||
schedulers.append(sched.Nightly(name='nightly-check-layer', branch='dunfell', properties=parent_default_props('check-layer-nightly', 'dunfell'),
|
||||
schedulers.append(sched.Nightly(name='nightly-check-layer-dunfell', branch='dunfell', properties=parent_default_props('check-layer-nightly', 'dunfell'),
|
||||
builderNames=['check-layer-nightly'], dayOfWeek=[1, 4], hour=2, minute=0))
|
||||
|
||||
# Run the build performance tests at 3am, 9am, 3pm and 9pm
|
||||
|
|
Loading…
Reference in New Issue
Block a user