Hello, I have a question about "ceph dashboard backend API tests" status and its ceph-dashboard-pr-backend job. It appears to be completely standalone which means that we are building everything twice for each PR: once for "make check" and once for "ceph dashboard backend API tests". The only difference between these builds is that for "make check" WITH_SEASTAR=ON is added. Can ceph-pull-requests job which is responsible for "make check" be changed to run run-backend-api-tests.sh at the end and report two statuses instead of one? That is: - run make - if successful, run ctest and report "make check" status - if successful, run run-backend-api-tests.sh and report "ceph dashboard backend API tests" status Thanks, Ilya _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx