hi cephers, we just merged two pull requests that enable us to use the workunit in the specified suite-repo and suite-branch when teuthology is performing a workunit task. 1. with the first pull request[1], the tasks/workunit/sha1 in test's yaml will be the suite's sha1. before that, we were using ceph's sha1 for the workunit. 2. with the second pull request[2], workunit task will be always cloned from the suite-repo:workunit-sha1. before the change, we search the both ceph/ceph and ceph/ceph-ci repos for given workunit sha1. i know it's a little bit convoluted. so put in another way: - if you rebase your change on ceph/ceph against the latest master, but your teuthology installation is not updated, then teuthology will use suite-repo:ceph-sha1 for the workunits. - if you sync your teuthology with the latest git HEAD, then your workunit will be cloned from ceph:suite-sha1, and use ceph-ci:suite-sha1 as the fallback if suite-sha1 is not found in ceph repo. - if both of your teuthology and ceph branch being tested are updated, then your workunit will be cloned from suite-repo:suite-sha1 by default. fwiw, suite-repo defaults to ceph-repo, if not specified. and suite-sha1 defaults to ceph-sha1 if not specified. regards, --- [1] https://github.com/ceph/teuthology/pull/1030 [2] https://github.com/ceph/ceph/pull/13625 -- Regards Kefu Chai -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html