Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
b97736fc
Commit
b97736fc
authored
6 years ago
by
Tristan Maat
Browse files
Options
Downloads
Patches
Plain Diff
WIP
parent
b2b420c3
No related branches found
No related tags found
Loading
Pipeline
#41808451
failed
6 years ago
Stage: prepare
Stage: test
Stage: post
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
buildstream/_signals.py
+1
-1
1 addition, 1 deletion
buildstream/_signals.py
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
7
−
7
View file @
b97736fc
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
:
...
...
This diff is collapsed.
Click to expand it.
buildstream/_signals.py
+
1
−
1
View file @
b97736fc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment