[ci] Move sentry reporting to the run-test-* scripts
[mono-project.git] / scripts / ci / run-test-profiler-stress-tests.sh
blob231745151d2460095cb0efa577e2d58576df99df
1 #!/bin/bash -e
3 ${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check
4 ${TESTCMD} --label=Mono.Profiler.Log-xunit --timeout=30m make -w -C mcs/class/Mono.Profiler.Log run-xunit-test
5 export MONO_BABYSITTER_EXTRA_XML=${MONO_REPO_ROOT}/acceptance-tests/profiler-stress/TestResult-profiler-stress.xml
6 ${TESTCMD} --label=check-profiler-stress --timeout=24h make -C acceptance-tests check-profiler-stress
8 ${MONO_REPO_ROOT}/scripts/ci/run-upload-sentry.sh