aboutsummaryrefslogtreecommitdiff
path: root/infrastructure-patchwork-tools.yaml
diff options
context:
space:
mode:
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