aboutsummaryrefslogtreecommitdiff
path: root/tcwg-validate-abetests.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-01 19:20:54 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-04 20:12:31 +0000
commitf04dc8eca53ec3f42fb21c47aa1f13499ac29ef8 (patch)
treeef6b406c9dd939f4b70c51c64005a6e75a3ab40d /tcwg-validate-abetests.yaml
parent128001c01733e7a797b6a2d5b45c1b006dd24db6 (diff)
tcwg-*: Switch to use *-tcwg-tested docker images.
Where start-container-docker.sh is called with hard-code "--distro trusty" it is better to remove this setting, since it is default anyway. Change-Id: Ia33e01e4b4b48ae221ab36e85a4c96c2b3f62865
Diffstat (limited to 'tcwg-validate-abetests.yaml')
-rw-r--r--tcwg-validate-abetests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-validate-abetests.yaml b/tcwg-validate-abetests.yaml
index 281d2a37..942652bf 100644
--- a/tcwg-validate-abetests.yaml
+++ b/tcwg-validate-abetests.yaml
@@ -84,7 +84,7 @@
git clone -b $scripts_branch --depth 1 https://git-us.linaro.org/toolchain/jenkins-scripts
- ./jenkins-scripts/start-container-docker.sh --label $label --node $NODE_NAME --distro trusty --task build --prefix build_ > build-container.sh
+ ./jenkins-scripts/start-container-docker.sh --label $label --node $NODE_NAME --task build --prefix build_ > build-container.sh
. ./build-container.sh
BUILD_SHELL="build_container_exec bash"
$BUILD_SHELL -c "echo \"Build session is up; ulimit config:\"; ulimit -a"