summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTristan Maat <tm@tlater.net>2019-01-01 17:01:49 +0100
committerTristan Maat <tm@tlater.net>2019-01-02 16:57:13 +0100
commit3b5c8a280dce392f06eb56a4aed5c3a7ff931388 (patch)
treeab1bbb791e7bb7d4536ce41fbcd0532ea8e2bf5a /.gitlab-ci.yml
parent43eaf6ee6508fc93a67493d4106718dc20a42377 (diff)
downloadbuildstream-3b5c8a280dce392f06eb56a4aed5c3a7ff931388.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.
Diffstat (limited to '.gitlab-ci.yml')
-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: