mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
80b6bb67d6 | |||
a420a3edef | |||
4e1e10501d |
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
balena_device_uuid="$(openssl rand -hex 16)"
|
||||
|
||||
# https://www.balena.io/docs/learn/more/masterclasses/advanced-cli/#52-preregistering-a-device
|
||||
balena device register '${{ inputs.fleet }}' --uuid "${balena_device_uuid}"
|
||||
with_backoff balena device register '${{ inputs.fleet }}' --uuid "${balena_device_uuid}"
|
||||
|
||||
device_id="$(balena device "${balena_device_uuid}" | grep ^ID: | cut -c20-)"
|
||||
|
||||
@ -130,7 +130,7 @@ jobs:
|
||||
$([[ '${{ vars.DEVELOPMENT_MODE || 'false' }}' =~ true ]] && echo '--dev') \
|
||||
--output config.json
|
||||
|
||||
balena tag set balena ephemeral-test-device --device "${balena_device_uuid}"
|
||||
with_backoff balena tag set balena ephemeral-test-device --device "${balena_device_uuid}"
|
||||
|
||||
github_vars=(GITHUB_ACTOR GITHUB_BASE_REF GITHUB_HEAD_REF GITHUB_JOB \
|
||||
GITHUB_REF GITHUB_REF_NAME GITHUB_REF_TYPE GITHUB_REPOSITORY \
|
||||
|
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: backoff retry device registrations and tagging
|
||||
hash: 4e1e10501d443a5d7b014cfd948073a1efc34acf
|
||||
body: ""
|
||||
footer:
|
||||
change-type: patch
|
||||
author: Anton Belodedenko
|
||||
nested: []
|
||||
version: 4.0.24
|
||||
title: ""
|
||||
date: 2024-06-09T22:12:15.802Z
|
||||
- commits:
|
||||
- subject: Update qemux/qemu-docker Docker tag to v5.12
|
||||
hash: 7625d40d80b593d441d9500c12630c4abeb5acf1
|
||||
|
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v4.0.24
|
||||
## (2024-06-09)
|
||||
|
||||
* backoff retry device registrations and tagging [Anton Belodedenko]
|
||||
|
||||
# v4.0.23
|
||||
## (2024-06-09)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.0.23
|
||||
version: 4.0.24
|
||||
|
Reference in New Issue
Block a user