Tags give the ability to mark specific points in history as being important
-
-
v0.46.0
c6aed5dc · ·0.46.0 release New features: - bake: Add support for tuxbake plan - Update yocto examples Bug fixes: - pipeline: Increase coverage in test to fix pipeline
-
v0.45.0
14d98d8c · ·0.45.0 release New features: - runtime-dependency: Add b4 as a runtime dependency
-
v0.44.0
4703dfcb · ·0.44.0 release New features: - schema: each block can be named - plan: allow to pass timeouts to tuxtest Bug fixes: - build: Use retry from status in order to identify retries
-
v0.43.11
129b48e0 · ·0.43.11 release New features: - TuxTest: rely on TuxAPI to validate parameters - TuxTest: add support for fvp-aevma device - TuxTest: allow to set timeouts
-
v0.43.10
249a2627 · ·0.43.10 release New features: - build: Rename patch series file with .mbx to .mbox, to recognize the format - patch_series: Use b4 when available to download from lore.kernel.org Documentation updates: - docs: Document b4 support for patch series from lore.kernel.org
-
-
v0.43.8
1bf3a101 · ·0.43.8 release New features: - bake: Add --manifest support to bitbake - bake: Rename --manifest to --local-manifest - tuxtest: morello-busybox-fvp: Add purecap test Bug fixes: - requirements-dev: add voluptuous
-
v0.43.7
71f89381 · ·0.43.7 release New features: - Add build dependency to python3-voluptuous - plan: add simple schema validator Container images: - Dockerfile: include curl
-
v0.43.6
5f2baacb · ·0.43.6 release Bug fixes: - decrease the number of http requests when using plans
-
-
v0.43.4
99a39f06 · ·0.43.4 release Bug fixes: - results: Use either git_sha or git_ref from plan result
-
-
v0.43.2
a8f75796 · ·0.43.2 release New features: - bake: add json-out support to bitbake Documentation updates: - Add clang-14 as an available toolchain - README.md: update "every toolchain" example to include gcc-11
-
v0.43.1
cc974c99 · ·0.43.1 release Bug fixes: - bitbake: fix oniro branch name to kirkstone Documentation updates: - docs: Update build-set doc about the conversion to plan
-
v0.43.0
140f57c2 · ·0.43.0 release New features: - Experimental bitbake support - bake: Fixes for LKFT template from Anders - bake: Add bblayers field - TuxTest: add support for qemu-sh4 and kselftest-* - Convert build-sets into plans - build: Remove unused imports - build: Do not retry builds from tuxsuite cli - build-set: Remove build-set config class - test_build: Remove build retry tests - plan: allow to pass --no-cache from the command line - build-set: Remove the build result summary at the end of cli output - build-set: Fix --json-out to not break backward compatibility - examples/bitbake: Fix demo template Bug fixes: - Fix "make htmlcov" target Documentation updates: - Improve TuxTest documentation with new devices and tests
-
v0.42.3
f0b83142 · ·0.42.3 release Bug fixes: - cli: Show error instead of traceback when build log unavailable
-
v0.42.2
4f99e195 · ·0.42.2 release New features: - Update morello-android-fvp parameters - test: add support for qemu-s390 Bug fixes: - Fix typo
-
-
v0.42.0
0515d71e · ·0.42.0 release New features: - Implement --no-cache to build without using compilation cache Documentation updates: - doc: --no-cache support documentation.