]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
scripts/queue: common teuthology-queue command for paddles and beanstalk queue
authorAishwarya Mathuria <amathuri@redhat.com>
Mon, 18 Apr 2022 07:49:40 +0000 (13:19 +0530)
committerZack Cerza <zack@redhat.com>
Tue, 31 May 2022 19:45:58 +0000 (13:45 -0600)
commita63debc7ad6ebfcbef6af1044d1cfb5c97bee7a4
treec435e5713be588a535d21c02395ac937f53c7ed9
parenta2d0abd562a8c99d5cfb005750f45cfb010d079d
scripts/queue: common teuthology-queue command for paddles and beanstalk queue

Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
13 files changed:
scripts/beanstalk_queue.py
scripts/paddles_queue.py
scripts/queue.py [new file with mode: 0644]
teuthology/beanstalk.py [deleted file]
teuthology/config.py
teuthology/dispatcher/__init__.py
teuthology/kill.py
teuthology/paddles_queue.py [deleted file]
teuthology/queue/__init__.py [new file with mode: 0644]
teuthology/queue/beanstalk.py [new file with mode: 0644]
teuthology/queue/paddles.py [new file with mode: 0644]
teuthology/report.py
teuthology/worker.py