Project

General

Profile

Bug #38943

teuthology-suite tries to schedule 3 jobs instead of 1 for dummy suite

Added by Kyrylo Shatskyy about 5 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Core
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

Log example:

> teuthology-suite -s dummy -m ecp -d ubuntu -D 14.04 -v
2019-03-26 16:33:35,087.087 INFO:teuthology.suite:Using random seed=574
2019-03-26 16:33:35,088.088 INFO:teuthology.suite.run:kernel sha1: distro
2019-03-26 16:33:36,981.981 DEBUG:teuthology.repo_utils:git ls-remote https://github.com/ceph/ceph master -> 39c84fa52c0dea89e6185c1a628c4644d35dfba4
2019-03-26 16:33:36,982.982 INFO:teuthology.suite.run:ceph sha1: 39c84fa52c0dea89e6185c1a628c4644d35dfba4
2019-03-26 16:33:36,982.982 INFO:teuthology.suite.run:skipping ceph package verification
2019-03-26 16:33:36,982.982 INFO:teuthology.suite.run:teuthology branch: master
2019-03-26 16:33:38,360.360 DEBUG:teuthology.repo_utils:git ls-remote https://github.com/ceph/ceph.git master -> 39c84fa52c0dea89e6185c1a628c4644d35dfba4
2019-03-26 16:33:38,360.360 INFO:teuthology.suite.run:ceph branch: master 39c84fa52c0dea89e6185c1a628c4644d35dfba4
2019-03-26 16:33:38,362.362 INFO:teuthology.repo_utils:Cloning https://github.com/ceph/ceph.git master from upstream
2019-03-26 16:33:48,166.166 INFO:teuthology.repo_utils:Resetting repo at /home/runner/src/github.com_ceph_ceph_master to branch master
2019-03-26 16:33:48,625.625 DEBUG:teuthology.suite.run:Suite dummy in /home/runner/src/github.com_ceph_ceph_master/qa/suites/dummy
2019-03-26 16:33:48,625.625 INFO:teuthology.suite.run:Suite dummy in /home/runner/src/github.com_ceph_ceph_master/qa/suites/dummy generated 1 jobs (not yet filtered)
Job scheduled with name runner-2019-03-26_16:33:35-dummy-master-distro-basic-ecp and ID 1
2019-03-26 16:33:50,375.375 INFO:teuthology.suite.run:Scheduling dummy/{all/nop.yaml}
Job scheduled with name runner-2019-03-26_16:33:35-dummy-master-distro-basic-ecp and ID 2
2019-03-26 16:33:51,742.742 INFO:teuthology.suite.run:Suite dummy in /home/runner/src/github.com_ceph_ceph_master/qa/suites/dummy scheduled 1 jobs.
2019-03-26 16:33:51,742.742 INFO:teuthology.suite.run:0/1 jobs were filtered out.
Job scheduled with name runner-2019-03-26_16:33:35-dummy-master-distro-basic-ecp and ID 3
2019-03-26 16:33:52,990.990 INFO:teuthology.suite.run:Test results viewable at http://teuth-mainstream:8081/runner-2019-03-26_16:33:35-dummy-master-distro-basic-ecp/

History

#1 Updated by Yuri Weinstein about 5 years ago

I think this is as expected, for example in this run you see 3 jobs at the initial schedule https://snag.gy/JgbMPl.jpg

http://pulpito.ceph.com/yuriw-2019-03-28_22:31:06-rados:upgrade-nautilus-distro-basic-smithi/

Only one job have valid yaml configuration.
Two others are support processes for email and filter/subset tracking (IIRC)

#2 Updated by Kyrylo Shatskyy over 3 years ago

  • Status changed from New to Closed

The next PR https://github.com/ceph/teuthology/pull/1472 is partly addresses the issue.

Also available in: Atom PDF