Skip to content

Commit 04f5e63

Browse files
committed
qa/config/crimson_qa_overrides: Use debug flavor
Prior to ceph/ceph-build#2497, Crimson was tested using the crimson-debug flavor. To preserve the same testing strategy, use the "debug" flavor for crimson-rados testing runs. Note: `--flavor default` should override this setting to allow testing with non-debug flavors. Signed-off-by: Matan Breizman <mbreizma@redhat.com>
1 parent d4ad80b commit 04f5e63

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

qa/config/crimson_qa_overrides.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ceph:
2+
flavor: debug
13
overrides:
24
ceph:
35
log-ignorelist:

qa/crontab/teuthology-cronjobs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ TEUTHOLOGY_SUITE_ARGS="--non-interactive --newest=100 --ceph-repo=https://git.ce
7373
40 20 * * 5 $CW $SS 1 --ceph main --suite rgw -p 150 --subset "$(($RANDOM % 30000))/30000"
7474
48 20 * * 6 $CW $SS 4 --ceph main --suite krbd -p 950 --kernel testing
7575
56 20 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor debug
76-
04 21 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority
76+
04 21 * * 2,6 $CW $SS 1 --ceph main --suite crimson-rados -p 101 --force-priority --flavor default
7777

7878
## tentacle branch runs - weekly
7979
# rados is massive and difficult to bring down to less than 300 jobs, use one higher priority

0 commit comments

Comments
 (0)