Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run-test-profiler-stress-tests.sh « ci « scripts - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 231745151d2460095cb0efa577e2d58576df99df (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -e

${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check
${TESTCMD} --label=Mono.Profiler.Log-xunit --timeout=30m make -w -C mcs/class/Mono.Profiler.Log run-xunit-test
export MONO_BABYSITTER_EXTRA_XML=${MONO_REPO_ROOT}/acceptance-tests/profiler-stress/TestResult-profiler-stress.xml
${TESTCMD} --label=check-profiler-stress --timeout=24h make -C acceptance-tests check-profiler-stress

${MONO_REPO_ROOT}/scripts/ci/run-upload-sentry.sh