summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2018-03-14 11:38:24 -0700
committerGitHub <noreply@github.com>2018-03-14 11:38:24 -0700
commitc7fa7836e63c829a91bb796864bdebaa803e1253 (patch)
tree9f68c2b2eb03e53ded70746a4c83109c1e8264b6 /perf.groovy
parentf2eb759b85e258665a7e9da2d203f8fc8a64f845 (diff)
downloadcoreclr-c7fa7836e63c829a91bb796864bdebaa803e1253.tar.gz
coreclr-c7fa7836e63c829a91bb796864bdebaa803e1253.tar.bz2
coreclr-c7fa7836e63c829a91bb796864bdebaa803e1253.zip
Turn sizeondisk tests back on (#16937)
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.groovy b/perf.groovy
index 6b7dc83e85..10903c2b58 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -716,7 +716,7 @@ parallel(
Utilities.standardJobSetup(newJob, project, false, "*/${branch}")
// Set the cron job here. We run nightly on each flavor, regardless of code changes
- //Utilities.addPeriodicTrigger(newJob, "@daily", true /*always run*/)
+ Utilities.addPeriodicTrigger(newJob, "@daily", true /*always run*/)
newJob.with {
logRotator {