aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-release.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-12-14 13:24:12 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-12-20 16:24:23 +0000
commit68d6e26ae3e430205fb465bf65a736f96956e200 (patch)
tree69bc08f3d68734738d36ef1b0438f132931e73b9 /tcwg-make-release.yaml
parent5b15990b88f35b3db4eb8776b9423b08d90fde61 (diff)
tcwg-*: Move release fileserver duties to dev-01.tcwglab
... and update file path from /work/space/ to /home/tcwg-buildslave/releases/ Change-Id: I78f84433c2fc3da07c0cca2726ad4dbfc4f02cb3
Diffstat (limited to 'tcwg-make-release.yaml')
-rw-r--r--tcwg-make-release.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcwg-make-release.yaml b/tcwg-make-release.yaml
index 4a46cc15..87277980 100644
--- a/tcwg-make-release.yaml
+++ b/tcwg-make-release.yaml
@@ -56,14 +56,14 @@
description: "Level of debug information: none - No debugging information, abe - ABE debugging information, yaml - tcwg-make-release.yaml debug information (and exit)."
- string:
name: fileserver
- default: ex40-01.tcwglab.linaro.org
+ default: dev-01.tcwglab
description: 'Remote file server for logs and binaries'
- bool:
name: testrelease
default: 'true'
description: 'Run test-release if make-release is successful'
disabled: false
- node: tcwg-x86_64-ex40build-01
+ node: tcwg-x86_64-dev-01
retry-count: 3
concurrent: true
display-name: 'TCWG Make Release'
@@ -187,7 +187,7 @@
if $testrelease; then
tarball_linux="`basename ${tarball_linux}`"
- tarball_linux_url="http://${fileserver}/binaries/${tcwg_version}-${tcwg_release}-${buildid}/${target}/${tarball_linux}"
+ tarball_linux_url="http://${fileserver}/~$USER/releases/binaries/${tcwg_version}-${tcwg_release}-${buildid}/${target}/${tarball_linux}"
cat << EOF > tcwg.params.linux
tarball_url=${tarball_linux_url}
release=${tcwg_release}
@@ -196,7 +196,7 @@
if test x"${canadian}" = x"true"; then
tarball_mingw="`basename ${tarball_mingw}`"
- tarball_mingw_url="http://${fileserver}/binaries/${tcwg_version}-${tcwg_release}-${buildid}/${target}/${tarball_mingw}"
+ tarball_mingw_url="http://${fileserver}/~$USER/releases/binaries/${tcwg_version}-${tcwg_release}-${buildid}/${target}/${tarball_mingw}"
cat << EOF > tcwg.params.mingw
tarball_url=${tarball_mingw_url}
release=${tcwg_release}