Hi!
I have tested Splunk! Could not find newly deployed instances but then looking closer to the sqlite db and confirmed by the drone UI, the build items are success/error but not pending.
So this may be a problem related with the drone-cli?
Here is the output:
❯ drone queue ls
item #134
Status: pending
Machine:
OS: linux
Arch: amd64
Variant:
Version:
drone queue ls returns a list of pending stages, where the id represents the stage id. The screenshot you provided shows a build and build number. These are different objects and ids.
Wow, ok sorry for that!
But then how can I see those pending stages in the UI?
And how can I clean them? The CI is all green an nothing should be pending ATM…
sqlite> select * from builds where build_id IN ( select stage_build_id from stages where stage_id = 134 );
138|1|@hook|97|0|error||push||https://git.example.com/|0||test
|0000000000000000000000000000000000000000|303d2476b84e0d57cb8a319a0ec8902a3f6a26e4|refs/heads/drone-ci-exec||drone-ci-exec|drone-ci-exec|faust|faust|faustin@example.com|https://git.example.com/user/avatar/faust/-1|faust||null|0|0|1605028084|1605028084|1||0
So the status should be “error”?
Anyway, this is a fresh installation and I had some problem with runner not connecting because of a wrong nftables configuration. Is there a way to clean the build history without loosing the rest (repositories configuration, token etc. ?)