diff --git a/runbot/models/build.py b/runbot/models/build.py index 07e1a39c..c059b57d 100644 --- a/runbot/models/build.py +++ b/runbot/models/build.py @@ -1204,7 +1204,7 @@ class BuildResult(models.Model): return 'success' if self.global_result in ('skipped', 'killed', 'manually_killed'): - return 'killed' + return 'secondary' return 'default' def _github_status(self): diff --git a/runbot/static/src/css/runbot.css b/runbot/static/src/css/runbot.css index 4e34309c..7d792ddc 100644 --- a/runbot/static/src/css/runbot.css +++ b/runbot/static/src/css/runbot.css @@ -87,6 +87,11 @@ --bs-btn-disabled-border-color: #17a2b8; } + +.accordion { + --bs-accordion-btn-padding-y: 0.3rem; /* more condensed build error views */ +} + .text-bg-default { color: var(--bs-body-color) !important; background-color: RGBA(var(--bs-body-bg-rgb), var(--bs-bg-opacity, 1)) !important; diff --git a/runbot/templates/batch.xml b/runbot/templates/batch.xml index 664018b8..7ecadecc 100644 --- a/runbot/templates/batch.xml +++ b/runbot/templates/batch.xml @@ -3,7 +3,7 @@