Hi,
I just tried to trigger a test with elevated priority on ci-master. I
forgot to add the package I wanted to see testing, and debci enqueue
just exit successfully. A warning and/or non-zero exit code may be
more logical.
admin@ci-master:~$ sudo -u debci debci enqueue -s testing -a armhf -t "glibc/2.31-13" -p "src:glibc,unstable" -r britney -P 10 systemd
systemd testing/armhf requested
admin@ci-master:~$ sudo -u debci debci enqueue -s testing -a armhf -t "glibc/2.31-13" -p "src:glibc,unstable" -r britney -P 10
admin@ci-master:~$ echo $?
0
Paul