summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorPrajwal A N <an.prajwal@samsung.com>2016-06-23 10:16:34 +0900
committerPrajwal A N <an.prajwal@samsung.com>2016-06-23 10:16:34 +0900
commit0e87c6c35cb91fd4031b09f553ee30c737f540c2 (patch)
tree0ba9dd964ff55d795a21accaeba8b20ec5d178c0 /netci.groovy
parente39a3aeddbac22ceb820c1edc64b634f9e152956 (diff)
downloadcoreclr-0e87c6c35cb91fd4031b09f553ee30c737f540c2.tar.gz
coreclr-0e87c6c35cb91fd4031b09f553ee30c737f540c2.tar.bz2
coreclr-0e87c6c35cb91fd4031b09f553ee30c737f540c2.zip
ARM-CI: Change result archiving from emulated to cross build
Previous PR assumed emulated build and thus archived the binaries inside the emulator. But since cross build produces binaries inside the source folder, change the result path Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 372ae87bbf..926361f7e6 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -1768,7 +1768,7 @@ combinedScenarios.each { scenario ->
buildCommands += "./tests/scripts/arm32_ci_script.sh ${armemul_path} ${armrootfs_mountpath} ${lowerConfiguration}"
// Basic archiving of the build, no pal tests
- Utilities.addArchival(newJob, "/opt/linux-arm-emulator-root/home/coreclr/bin/Product/**")
+ Utilities.addArchival(newJob, "/bin/Product/**")
break
}
default: