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>2018-07-21 04:01:15 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-07-21 04:01:15 +0300
commitea39bf883ac19d1b9e4aaa38c8030e72843e8317 (patch)
tree3580837964c312ac4053e708edf0535e13904363 /scripts/ci
parent2a4af931099c80d0be5f9449e42c2ce129ad30dc (diff)
[linker] Move BCL size diff to nightly job
It was too annoying on every PR
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/run-test-default.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/ci/run-test-default.sh b/scripts/ci/run-test-default.sh
index dbeedca86a0..7272b086f3a 100755
--- a/scripts/ci/run-test-default.sh
+++ b/scripts/ci/run-test-default.sh
@@ -145,12 +145,4 @@ if [[ $CI_TAGS == *'csprojdiff'* ]]; then
fi
else ${TESTCMD} --label=csprojdiff --skip
fi
-if [[ $CI_TAGS == *'bclsizediff'* ]]; then
- source ${MONO_REPO_ROOT}/scripts/ci/util.sh
- if ${TESTCMD} --label=bclsizediff --timeout=5m --fatal make -w -C mcs/tools/linker bcl-size-diff
- then report_github_status "success" "BCL Linked Size Diff" "No BCL size changes found." || true
- else report_github_status "error" "BCL Linked Size Diff" "The BCL size changed." "$BUILD_URL/BCL_20Size_20Diff/" || true
- fi
-else ${TESTCMD} --label=bclsizediff --skip
-fi
rm -fr /tmp/jenkins-temp-aspnet*