Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plaurin84/792c9140a571aaf8dee3df1bc660e2ba to your computer and use it in GitHub Desktop.
Save plaurin84/792c9140a571aaf8dee3df1bc660e2ba to your computer and use it in GitHub Desktop.
zuul-dequeue
root@zuul-scheduler-0:/# zuul dequeue --tenant openbmc --pipeline Qualification --project box/shim-openbmc --ref refs/heads/master
Traceback (most recent call last):
File "/usr/local/bin/zuul", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/zuul/cmd/client.py", line 736, in main
Client().main()
File "/usr/local/lib/python3.7/site-packages/zuul/cmd/client.py", line 385, in main
if self.args.func():
File "/usr/local/lib/python3.7/site-packages/zuul/cmd/client.py", line 529, in dequeue
ref=self.args.ref)
File "/usr/local/lib/python3.7/site-packages/zuul/rpcclient.py", line 119, in dequeue
return not self.submitJob('zuul:dequeue', data).failure
File "/usr/local/lib/python3.7/site-packages/zuul/rpcclient.py", line 50, in submitJob
raise RPCFailure(job.exception)
zuul.rpcclient.RPCFailure: Fileschanges job <gear.Job 0x7f591c09d710 handle: b'H:::ffff:10.42.0.1:51851' name: merger:fileschanges unique: fedbe8dc844948a89c012e6000f644b5> failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment