mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
592f566b4e
Commit 0d8887652d53 ("qa/tasks/cram: use suite_repo repository for all cram jobs") removed hardcoded git.ceph.com links, but as it turned out it is still used for nightlies. There is no good way to accommodate the different URL schemes, so let's get rid of URLs altogether. Fixes: https://tracker.ceph.com/issues/27211 Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
11 lines
179 B
YAML
11 lines
179 B
YAML
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
- cram:
|
|
clients:
|
|
client.0:
|
|
- src/test/cli-integration/rbd/formatted-output.t
|