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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-12-08 01:54:28 +0300
committerGitHub <noreply@github.com>2016-12-08 01:54:28 +0300
commitea519ada8c38cae67f56e27ca70d32923ce9f23a (patch)
treef4208a9bfd35cc908796922324e33b54ec23d501 /scripts/ci/run-test-profiler-stress-tests.sh
parentf78a4a2a2b428bbb3d672b038540899d34ba0cfc (diff)
[ci] Simplify run-jenkins.sh script variables (#4111)
Get rid of WORKSPACE which is set by Jenkins, this allows one to more easily run the run-jenkins.sh script locally e.g. on cygwin. The only thing that needs to be passed in is CI_TAGS and label.
Diffstat (limited to 'scripts/ci/run-test-profiler-stress-tests.sh')
-rwxr-xr-xscripts/ci/run-test-profiler-stress-tests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci/run-test-profiler-stress-tests.sh b/scripts/ci/run-test-profiler-stress-tests.sh
index 05f5015611e..ab179d9d2b8 100755
--- a/scripts/ci/run-test-profiler-stress-tests.sh
+++ b/scripts/ci/run-test-profiler-stress-tests.sh
@@ -1,5 +1,3 @@
#!/bin/bash -e
-export TESTCMD=`dirname "${BASH_SOURCE[0]}"`/run-step.sh
-
${TESTCMD} --label=check-profiler-stress --timeout=24h make -C acceptance-tests check-profiler-stress