v5.3.21+rev4
This commit is contained in:
parent
591f70a62f
commit
efef6b3104
3 changed files with 74 additions and 1 deletions
|
@ -1,3 +1,60 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d
|
||||||
|
hash: a371bc887a750438b5288ed266551aec165635c5
|
||||||
|
body: Update balena-yocto-scripts
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d
|
||||||
|
changelog-entry: Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Support runner selection in the test matrix
|
||||||
|
hash: d409cb0fbaa307a179973b60e5faff8cda6bc34b
|
||||||
|
body: >
|
||||||
|
Default to self-hosted X64 with KVM for now to align with
|
||||||
|
Jenkins but in the future
|
||||||
|
|
||||||
|
we should consider using GitHub hosted runners for the testbot
|
||||||
|
workers.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
author: Kyle Harding
|
||||||
|
nested: []
|
||||||
|
- subject: Allow both combinatorial and include syntax for test_matrix
|
||||||
|
hash: 2bfc3a0d72830626366cf210f4fe9a0e649688c5
|
||||||
|
body: >
|
||||||
|
The include syntax allows full control over settings used
|
||||||
|
|
||||||
|
in each test job, but the combinatorial is simpler to write
|
||||||
|
|
||||||
|
for basic use cases.
|
||||||
|
|
||||||
|
|
||||||
|
Rather than force one, we can allow both and default to the
|
||||||
|
simple
|
||||||
|
|
||||||
|
syntax.
|
||||||
|
|
||||||
|
|
||||||
|
Marking as minor since the input syntax has changed, but isn't
|
||||||
|
|
||||||
|
currently used in production anywhere.
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
author: Kyle Harding
|
||||||
|
nested: []
|
||||||
|
version: balena-yocto-scripts-1.24.0
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-26T21:26:13.711Z
|
||||||
|
version: 5.3.21+rev4
|
||||||
|
title: ""
|
||||||
|
date: 2024-06-27T00:00:19.479Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-yocto-scripts to 0bd64809b2cce6833f8732eecdd64d32921f1b4d
|
- subject: Update balena-yocto-scripts to 0bd64809b2cce6833f8732eecdd64d32921f1b4d
|
||||||
hash: 6040b0369d77f0ffadabd1b50321ca58ba3b3a47
|
hash: 6040b0369d77f0ffadabd1b50321ca58ba3b3a47
|
||||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,6 +1,22 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v5.3.21+rev4
|
||||||
|
## (2024-06-27)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update balena-yocto-scripts to 7fa652ca218ce38ec260360c01064b483fa4dc8d [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## balena-yocto-scripts-1.24.0
|
||||||
|
> ### (2024-06-26)
|
||||||
|
>
|
||||||
|
> * Support runner selection in the test matrix [Kyle Harding]
|
||||||
|
> * Allow both combinatorial and include syntax for test_matrix [Kyle Harding]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v5.3.21+rev3
|
# v5.3.21+rev3
|
||||||
## (2024-06-26)
|
## (2024-06-26)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.3.21+rev3
|
5.3.21+rev4
|
Loading…
Add table
Reference in a new issue