Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.49.0 protected
    5b8c1eb4 · Release 0.49.0 ·
    0.49.0 release
    
    New features:
    
    - patch_series: Use b4 to download using message-id from lore.kernel.org
    - build-dependency: Add b4 as a build dependency
    - Allow to pass dtb to tuxtest
    
    Bug fixes:
    
    - patch_series: Use tempfile to create patch file name with .mbx extension
    - requirements-dev: Use flask > 2.1.0 since escape was removed from jinja2
    - requirements-dev: Use black > 22.3.0 since click 8.1.0 is incompatible
    
    Documentation updates:
    
    - docs: Document support for patches using message-id from lore.kernel.org
    
  • v0.48.1 protected
    a4f1eeb4 · Release 0.48.1 ·
    0.48.1 release
    
    Bug fixes:
    
    - gitlab-ci: attempt to fix dind "can't connect to host" error
    
  • v0.48.0 protected
    90859d8e · Release 0.48.0 ·
    0.48.0 release
    
    New features:
    
    - bake: no_cache option for bake builds
    - tuxsuite test get: show the list of tests
    - plan: get: also list data about OE builds
    - bake: adds result support for bake builds
    
  • v0.47.0 protected
    dbe671c9 · Release 0.47.0 ·
    0.47.0 release
    
    New features:
    
    - bake: add a --no-wait option
    - cli: add gcc-12 as an available toolchain
    - plan: Improve format_plan_result build message
    - manifest: Initial manifest structure for tuxbake plan
    - bake: add download artifacts for bake builds
    - bake: Add targets and name field
    
    Documentation updates:
    
    - examples: bitbake: add a poky kirkstone plan
    
  • v0.46.1 protected
    da3655df · Release 0.46.1 ·
    0.46.1 release
    
    Bug fixes:
    - plan: pass test rootfs if given
    
  • v0.46.0 protected
    c6aed5dc · Release 0.46.0 ·
    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 protected
    14d98d8c · Release 0.45.0 ·
    0.45.0 release
    
    New features:
    
    - runtime-dependency: Add b4 as a runtime dependency
    
  • v0.44.0 protected
    4703dfcb · Release 0.44.0 ·
    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 protected
    129b48e0 · Release 0.43.11 ·
    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 protected
    249a2627 · Release 0.43.10 ·
    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.9 protected
    c94e938f · Release 0.43.9 ·
    0.43.9 release
    
    New features:
    
    - Add support for kas build-definition
    
  • v0.43.8 protected
    1bf3a101 · Release 0.43.8 ·
    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 protected
    71f89381 · Release 0.43.7 ·
    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 protected
    5f2baacb · Release 0.43.6 ·
    0.43.6 release
    
    Bug fixes:
    - decrease the number of http requests when using plans
    
  • v0.43.5 protected
    d3a3b2ee · Release 0.43.5 ·
    0.43.5 release
    
    New features:
    - Add qemu-armv7be and qemu-arm64be support
    
  • v0.43.4 protected
    99a39f06 · Release 0.43.4 ·
    0.43.4 release
    
    Bug fixes:
    
    - results: Use either git_sha or git_ref from plan result
    
  • v0.43.3 protected
    2f213de0 · Release 0.43.3 ·
    0.43.3 release
    
    Bug fixes:
    
    - Handle infrastructure Error for bitbake builds
    
  • v0.43.2 protected
    a8f75796 · Release 0.43.2 ·
    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 protected
    cc974c99 · Release 0.43.1 ·
    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 protected
    140f57c2 · Release 0.43.0 ·
    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