]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
docs: add missing required options to ex cmds 1096/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 21 Jul 2017 14:23:09 +0000 (07:23 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 21 Jul 2017 14:24:33 +0000 (07:24 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
docs/intro_testers.rst

index 2438fbb685142f0982b78e3d5fc2a3a8ddf9b4ab..36debed94df80810017f13c515e7e8237001a02b 100644 (file)
@@ -44,10 +44,16 @@ Most testing happens by scheduling `runs`. The way we do that is using the
 
 To get a preview of what `teuthology-suite` might do, try::
 
-    teuthology-suite -v -s smoke -c master -m mira --dry-run
+    teuthology-suite -v -m mira --ceph-repo http://github.com/ceph/ceph.git -c master --suite-repo http://github.com/ceph/ceph.git -s smoke --dry-run
 
 The `-m mira` specifies `mira` as the machine type. Machine types are dependent
-on the specific lab in use.
+on the specific lab in use. The `--ceph-repo http://github.com/ceph/ceph.git`
+specifies from which git repository to pull `-c master`. Similarly,
+`--suite-repo` is specifying where to find the QA branch. The default for
+`--ceph-repo` and `--suite-repo` is `http://github.com/ceph/ceph-ci.git` which
+is usually what you will want. For `master`, you must always use
+`http://github.com/ceph/ceph.git` as it does not exist on the ceph-ci
+repository.
 
 Assuming a build is available, that should pretend to schedule several jobs. If
 it complains about missing packages, try swapping `master` with `jewel` or one
@@ -71,4 +77,4 @@ some other reason. For that use-case, `teuthology-suite` has a `--rerun`/`-r`
 flag, and an optional `--rerun-statuses`/`-R` flag. An example of its usage
 is::
 
-    teuthology-suite -v -m vps -r teuthology-2016-10-06_05:00:03-smoke-master-testing-basic-vps -R pass,running,queued
+    teuthology-suite -m smithi -c wip-pdonnell-testing-20170718 --rerun pdonnell-2017-07-19_19:04:52-multimds-wip-pdonnell-testing-20170718-testing-basic-smithi -R dead --dry-run