aboutsummaryrefslogtreecommitdiff
path: root/tcwg-regression-detection.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-12-17 16:04:12 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-12-17 15:05:32 +0000
commiteb86d25757ae6b40767c4d1fa84270475e557368 (patch)
treed0de7ac5d917e91aec411ae53034a1f1a6a936c0 /tcwg-regression-detection.yaml
parent1e0911d04825bded9f468906c078e549038a4008 (diff)
Revert "tcwg-regression-detection: All tcwg-test-release-matrix execution."
This reverts commit b96d100374264040a477dd878c22a6fc7fddf0d8. Change-Id: I45ddb6f4716e7f92780d29b71f00433a920ad38a
Diffstat (limited to 'tcwg-regression-detection.yaml')
-rw-r--r--tcwg-regression-detection.yaml24
1 files changed, 2 insertions, 22 deletions
diff --git a/tcwg-regression-detection.yaml b/tcwg-regression-detection.yaml
index 7e0b6e00..84a4707d 100644
--- a/tcwg-regression-detection.yaml
+++ b/tcwg-regression-detection.yaml
@@ -67,30 +67,16 @@
# TODO: Change fileserver and/or location to avoid mixing "real"
# releases and regression detection builds.
- date_rel=2016.11-regtest-${BUILD_NUMBER}
- fileserver=ex40-01.tcwglab.linaro.org
cat << EOF > make_release_parameters
gcc_src=http://releases.linaro.org/components/toolchain/gcc-linaro/6.2-2016.11/gcc-linaro-6.2-2016.11.tar.xz
- date=${date_rel}
+ date=2016.11-regtest-${BUILD_NUMBER}
toolchain_config=gcc6
abe_branch=$cur_abe_rev
- fileserver=${fileserver}
+ fileserver=ex40-01.tcwglab.linaro.org
EOF
echo "NOTE: Make-release job parameters:"
cat make_release_parameters
-
- # Keep target_list here in sync with the
- # restrict-matrix-project parameter for tcwg-make-release
- # below
- cat << EOF > test_release_parameters
- tarball_url=http://${fileserver}/binaries/6-${date_rel}
- release=${date_rel}
- target_list=arm-linux-gnueabihf
- EOF
-
- echo "NOTE: Test-release job parameters:"
- cat test_release_parameters
- multijob:
name: 'Check Manifest'
condition: ALWAYS
@@ -110,12 +96,6 @@
- name: tcwg-make-release
property-file: make_release_parameters
restrict-matrix-project: 'target=="arm-linux-gnueabihf"'
- - multijob:
- name: 'Check Test Release'
- condition: COMPLETED
- projects:
- - name: tcwg-test-release-matrix
- property-file: test_release_parameters
publishers:
- archive:
artifacts: 'artifacts/*'