Skip to content

Commit

Permalink
schedule_subset.sh: Default to ceph.git
Browse files Browse the repository at this point in the history
ceph/teuthology#999 never got overridden in ceph.git.  We've been using a years-old checkout of teuthology for the `teuthology` user.

With the master->main change, that checkout needed to go.  Then when trying to schedule new nightlies, teuthology-suite was defaulting to ceph-ci.git which either has very old versions of the release branches (octopus, pacific, etc.) or they don't exist at all.

Signed-off-by: David Galloway <[email protected]>
  • Loading branch information
David Galloway committed Jun 8, 2022
1 parent fbd7c77 commit c6acb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/machine_types/schedule_subset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ shift
# rest of arguments passed directly to teuthology-suite

echo "Scheduling $branch branch"
teuthology-suite -v -c "$branch" -m "$machine" -k "$kernel" -s "$suite" --subset "$((RANDOM % partitions))/$partitions" --newest 100 -e "$email" "$@"
teuthology-suite -v -c "$branch" -m "$machine" -k "$kernel" -s "$suite" --ceph-repo git://git.ceph.com/ceph.git --suite-repo git://git.ceph.com/ceph.git --subset "$((RANDOM % partitions))/$partitions" --newest 100 -e "$email" "$@"

0 comments on commit c6acb44

Please sign in to comment.