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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alpeters@microsoft.com>2018-03-09 21:43:24 +0300
committerAlex Rønne Petersen <alex@alexrp.com>2018-04-10 03:34:56 +0300
commit197745501c642b251b15d734fafe5a77ad74f2df (patch)
treef919012a5ca1f4035fc771491d4d309a857f1ff4 /scripts/ci/run-test-profiler-stress-tests.sh
parent9a34740d9466179738c1982ebd7cced36d1c854e (diff)
[ci] Run the regular profiler tests on the stress test jobs as well.
Diffstat (limited to 'scripts/ci/run-test-profiler-stress-tests.sh')
-rwxr-xr-xscripts/ci/run-test-profiler-stress-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci/run-test-profiler-stress-tests.sh b/scripts/ci/run-test-profiler-stress-tests.sh
index d4a3822575f..89778705356 100755
--- a/scripts/ci/run-test-profiler-stress-tests.sh
+++ b/scripts/ci/run-test-profiler-stress-tests.sh
@@ -1,5 +1,6 @@
#!/bin/bash -e
-export MONO_BABYSITTER_EXTRA_XML=${MONO_REPO_ROOT}/acceptance-tests/profiler-stress/TestResult-profiler-stress.xml
+${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check
+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