summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tm@tlater.net>2019-01-01 17:01:49 +0100
committerChandan Singh <csingh43@bloomberg.net>2019-01-03 00:32:45 +0000
commit298cf7f6631c02854cedbecbf9f98e6d2a014b2c (patch)
tree3160280f969edf82f1ac56db7c85b6f05d82da1e
parent0e8ff35b8393167cf5dd45188f1e4c1d6e1094dd (diff)
downloadbuildstream-298cf7f6631c02854cedbecbf9f98e6d2a014b2c.tar.gz
.gitlab-ci.yml: Use new testsuite images with pycodestyle 1.4.0
We need to bump the testsuite image versions to use the new pycodestyle update that allows excluding file paths, so that we can exclude generated python code.
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7804f38b..cbe6666ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/testsuite-debian:9-master-123-7ce6581b
+image: buildstream/testsuite-debian:9-06bab030-b848172c
cache:
key: "$CI_JOB_NAME-"
@@ -91,23 +91,23 @@ source_dist:
- ${COVERAGE_DIR}
tests-debian-9:
- image: buildstream/testsuite-debian:9-master-123-7ce6581b
+ image: buildstream/testsuite-debian:9-06bab030-b848172c
<<: *tests
tests-fedora-27:
- image: buildstream/testsuite-fedora:27-master-123-7ce6581b
+ image: buildstream/testsuite-fedora:27-06bab030-b848172c
<<: *tests
tests-fedora-28:
- image: buildstream/testsuite-fedora:28-master-123-7ce6581b
+ image: buildstream/testsuite-fedora:28-06bab030-b848172c
<<: *tests
tests-ubuntu-18.04:
- image: buildstream/testsuite-ubuntu:18.04-master-123-7ce6581b
+ image: buildstream/testsuite-ubuntu:18.04-06bab030-b848172c
<<: *tests
overnight-fedora-28-aarch64:
- image: buildstream/testsuite-fedora:aarch64-28-master-123-7ce6581b
+ image: buildstream/testsuite-fedora:aarch64-28-06bab030-32a101f6
tags:
- aarch64
<<: *tests
@@ -120,7 +120,7 @@ overnight-fedora-28-aarch64:
tests-unix:
# Use fedora here, to a) run a test on fedora and b) ensure that we
# can get rid of ostree - this is not possible with debian-8
- image: buildstream/testsuite-fedora:27-master-123-7ce6581b
+ image: buildstream/testsuite-fedora:27-06bab030-b848172c
<<: *tests
variables:
BST_FORCE_BACKEND: "unix"
@@ -140,7 +140,7 @@ tests-unix:
tests-fedora-missing-deps:
# Ensure that tests behave nicely while missing bwrap and ostree
- image: buildstream/testsuite-fedora:28-master-123-7ce6581b
+ image: buildstream/testsuite-fedora:28-06bab030-b848172c
<<: *tests
script: