]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
teuthology/queue: Single command for queue operations wip-amathuria-replace-beanstalkd-paddles
authorAishwarya Mathuria <amathuri@redhat.com>
Wed, 4 May 2022 14:07:40 +0000 (19:37 +0530)
committerZack Cerza <zack@redhat.com>
Tue, 31 May 2022 19:46:19 +0000 (13:46 -0600)
commit997d30f75f8ca8a6a19fc6e9e1161f952e452bb3
tree077a5597dc429ac37e537d9855bdf695c7a0359c
parenta63debc7ad6ebfcbef6af1044d1cfb5c97bee7a4
teuthology/queue: Single command for queue operations

Makes the same teuthology-queue commands work regardless of the queue backend, Paddles or Beanstalk.

Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
12 files changed:
scripts/paddles_queue.py [deleted file]
scripts/queue.py
scripts/worker.py
teuthology/dispatcher/__init__.py
teuthology/dispatcher/supervisor.py
teuthology/queue/__init__.py
teuthology/queue/beanstalk.py
teuthology/queue/paddles.py
teuthology/queue/util.py [new file with mode: 0644]
teuthology/report.py
teuthology/schedule.py
teuthology/test/test_dispatcher.py