aboutsummaryrefslogtreecommitdiff
path: root/infrastructure-patchwork-tools.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2016-12-12 11:03:53 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-12-12 11:01:18 +0000
commit88948dfbcfabcbbb5d49cc21c7b1fd1e695e9f6b (patch)
tree3c5fda2bf3c00b8aa4b8b3ec5c07a4dc3000e05a /infrastructure-patchwork-tools.yaml
parenteb09b019e2dbfccc860edeee235e6e7424f04b2e (diff)
patchwork-tools: move to xenial
Part of BB-180 transition. Don't merge until https://review.linaro.org/#/c/16281/ has been commited. Change-Id: Idf049fbd93433695fcb61f04381d268e4b197561 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'infrastructure-patchwork-tools.yaml')
-rw-r--r--infrastructure-patchwork-tools.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/infrastructure-patchwork-tools.yaml b/infrastructure-patchwork-tools.yaml
index becf526ae8..c901f12678 100644
--- a/infrastructure-patchwork-tools.yaml
+++ b/infrastructure-patchwork-tools.yaml
@@ -14,7 +14,7 @@
- job-build
- job-cancel
disabled: false
- node: docker-utopic-amd64
+ node: docker-xenial-amd64
display-name: 'Infrastructure - Unit Test CI for the patchwork-tools repository'
concurrent: true
triggers:
@@ -41,9 +41,8 @@
rm -rf ${WORKSPACE}/*
echo "#${BUILD_NUMBER}-${GERRIT_PATCHSET_REVISION:0:8}" > ${WORKSPACE}/version.txt
- sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo apt-get update
- sudo apt-get install -y python-dev python-virtualenv git python-flake8
+ sudo apt-get install -y python-dev python-virtualenv git python-flake8 flake8
git clone -b ${GERRIT_BRANCH} --depth 1 https://git.linaro.org/${GERRIT_PROJECT}
cd *
@@ -54,4 +53,4 @@
./unit-test.sh
- build-name-setter:
name: 'version.txt'
- file: true \ No newline at end of file
+ file: true