Skip to content
Snippets Groups Projects
Commit b97736fc authored by Tristan Maat's avatar Tristan Maat
Browse files

WIP

parent b2b420c3
No related branches found
No related tags found
Loading
Pipeline #41808451 failed
image: buildstream/testsuite-debian:9-master-119-552f5fc6
image: buildstream/testsuite-debian:9-06bab030-b848172c
cache:
key: "$CI_JOB_NAME-"
......@@ -92,19 +92,19 @@ 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:
......@@ -121,7 +121,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"
......@@ -141,7 +141,7 @@ tests-unix:
tests-fedora-missing-deps:
# Ensure that tests behave nicely while missing bwrap and ostree
image: buildstream/testsuite-fedora:28-master-119-552f5fc6
image: buildstream/testsuite-fedora:28-06bab030-b848172c
<<: *tests
script:
......
......@@ -38,7 +38,7 @@ def terminator_handler(signal_, frame):
terminator_ = terminator_stack.pop()
try:
terminator_()
except: # pylint: disable=bare-except
except: # noqa pylint: disable=bare-except
# Ensure we print something if there's an exception raised when
# processing the handlers. Note that the default exception
# handler won't be called because we os._exit next, so we must
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment