v5.0.1
This commit is contained in:
parent
ae0a3dc46f
commit
10b14a3cf1
3 changed files with 60 additions and 1 deletions
|
@ -1,3 +1,47 @@
|
|||
- commits:
|
||||
- subject: Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae
|
||||
hash: e10f3b2c347b202bc24b0f8a18684b32270b5de9
|
||||
body: Update layers/meta-balena
|
||||
footer:
|
||||
Changelog-entry: Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae
|
||||
changelog-entry: Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae
|
||||
author: Self-hosted Renovate Bot
|
||||
nested:
|
||||
- commits:
|
||||
- subject: Make Engine healthcheck performance test aware of device type
|
||||
hash: def871a2cc2e35076ba5d57e0885b05ae80a6bd9
|
||||
body: >
|
||||
We previously tried to use a single time limit for the execution
|
||||
of the
|
||||
|
||||
healthcheck test on all device types. This was causing occasional false
|
||||
|
||||
positives in our Continuous Integration pipeline, though -- especially
|
||||
|
||||
on slow devices like Pi Zeros and the generic-aarch64, which runs on
|
||||
|
||||
emulated hardware.
|
||||
|
||||
|
||||
This commit addresses this issue, this commit:
|
||||
|
||||
|
||||
1. Limits execution for device types for which we have collected enough
|
||||
data to have a good idea of how long the test should take.
|
||||
2. Uses time limits specific for each device type.
|
||||
footer:
|
||||
Signed-off-by: Leandro Motta Barros <leandro@balena.io>
|
||||
signed-off-by: Leandro Motta Barros <leandro@balena.io>
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Leandro Motta Barros
|
||||
nested: []
|
||||
version: meta-balena-5.0.1
|
||||
title: ""
|
||||
date: 2023-11-29T14:34:44.373Z
|
||||
version: 5.0.1
|
||||
title: ""
|
||||
date: 2023-11-29T20:12:51.925Z
|
||||
- commits:
|
||||
- subject: Update layers/meta-balena to a4097f3317ad9b74ad237239b6b6552da75eeaf9
|
||||
hash: 33221e3ba1f64c5b08bde8eedb43fd52bc11d280
|
||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
|||
Change log
|
||||
-----------
|
||||
|
||||
# v5.0.1
|
||||
## (2023-11-29)
|
||||
|
||||
|
||||
<details>
|
||||
<summary> Update layers/meta-balena to 0fed99ef0c338962d463b38eb58cd64cdf5804ae [Self-hosted Renovate Bot] </summary>
|
||||
|
||||
> ## meta-balena-5.0.1
|
||||
> ### (2023-11-29)
|
||||
>
|
||||
> * Make Engine healthcheck performance test aware of device type [Leandro Motta Barros]
|
||||
>
|
||||
|
||||
</details>
|
||||
|
||||
# v5.0.0
|
||||
## (2023-11-28)
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.0.0
|
||||
5.0.1
|
Loading…
Add table
Reference in a new issue