You can schedule applications to all project devices or to a subset based on specified selector and device labels. Scheduling is controlled with scheduling section in application specification
Specification
Scheduling to all devices:
1
...
2
scheduling:
3
type: AllDevices
4
...
Copied!
Scheduling to specific device based on label selectors
1
...
2
scheduling:
3
type: Conditional
4
selectors:
5
device: development # <- Label selector for specific devices