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-05-10 01:25:23 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-05-10 01:26:04 +0300
commit5099acaed48ec335df50849cea90752102e9009c (patch)
tree579035b33f9c004e78aa8c59350052a3473fc19f /acceptance-tests
parent65ab352de4d4818baa4b167a1bbb0c45e0062c99 (diff)
Use available memory instead of physical memory as metric for allocation-heavy tests
We were seeing issues on the new Jenkins Azure boxes which had 7GB of physical memory but only about 1GB free at the time of the test, so it'd fail. Checking the available memory should fix this.
Diffstat (limited to 'acceptance-tests')
-rw-r--r--acceptance-tests/SUBMODULES.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json
index 2e83f9ea795..7fcac6c3e9d 100644
--- a/acceptance-tests/SUBMODULES.json
+++ b/acceptance-tests/SUBMODULES.json
@@ -10,7 +10,7 @@
{
"name": "coreclr",
"url": "git://github.com/mono/coreclr.git",
- "rev": "b05c242a59eab1c4ea2803960c8065167308546d",
+ "rev": "c7da48acf72c40c0c0ed1a80ebfacea21bb3a271",
"remote-branch": "origin/mono",
"branch": "mono",
"directory": "coreclr"
@@ -18,7 +18,7 @@
{
"name": "ms-test-suite",
"url": "git@github.com:xamarin/ms-test-suite.git",
- "rev": "4a95604fdf2c0523e68eaad64a17d22eebb051b3",
+ "rev": "840653918efed24f00f5e166094f06354cae7255",
"remote-branch": "origin/master",
"branch": "master",
"directory": "ms-test-suite"