-
0.25.002ccfe1a · ·
0.25.0 release New features: - Allow to run a specif item of the plan - results: Fetch results based on build|test|plan uid - no-wait: Allow the objects to get provisioned before returning - plan: print a summary at the end of the run - plan: test: results: Add support for --json-out - results: Add support for --from-json (reading from json file) - Test/Plan: allow to set boot args using --boot-args Documentation updates: - Document availability of hexagon as target architecture - Document availability of the gcc-11 toolchain - docs: Add documentation for results sub-command and --no-wait option - docs: extend linux-test-plan with more toolchains and archs
-
0.24.03bbd69b5 · ·
0.24.0 release New features: - tuxsuite: cli: accept boot as a test - tuxsuite: cli: list available tests - tuxtest: provide the same python api support as tuxbuild - TuxTest: allow to use the device aliases - TuxTest: add support for modules - test: allow to wait-for a build - build, build-set, test: add --no-wait option - tuxapi: improve error reporting - tuxtest: add support for qemu-mips64el - Do tuxbuild using tuxapi - Add support for plans - test: add support for qemu-armv5, qemu-armv7 and qemu-sparc64 Documentation updates: - Improve tuxtest documentation - README.md: fix wrong tag scaping - mkdocs.yml: fix logo path - mkdocs.yml: add mermaid plugin to parse diagrams - Fix missing favicon - Fix code format after black upgrade - Document availability of the clang-android toolchain Bug fixes: - config: print the right error message when tuxauth authentication failed - Fix config load order - config: make configparser error more explicit
-
0.23.09bc4e92f · ·
0.23.0 release New features: - Add new command `tuxsuite test`, to use TuxTest. - tuxsuite build/build-set: - New supported targets: kselftest, kselftest-merge, cpupower, perf - New supported toolchain: clang-12 Documentation updates: - Split documentation up from README.md into docs/ - Add kconfig documentation - Add git-repo, git-sha, git-ref, and target-arch docs - Add docs for additional cli arguments - Add make targets documentation - Move tuxbuild-specific docs to tuxbuild/ - Add build-sets and build-status feature docs - Document python API - Remove now-redundant info from README.md - Gitlab implementation to build and publish docs - Rework top of README with logos and hopefully, clarity - Do not use multiple H1's in README.md - Add some feature docs pages for tuxbuild - Add a code of conduct - Fix all markdown lint problems - Change demo.gif to locally hosted svg - Move svg images to docs/images/
-
0.9.0a1ef7b67 · ·
tuxbuild 0.9.0 release User visible changes in this release * tuxbuild: cli: target-arch: update help to use parisc * cli: set exit code based on build status * cli: toolchain: add clang-nightly as a valid toolchain * cli: Add support for environment variables. * change the icon the the "building" state back to a 🚀 * Build.watch: don't expect a strict state transition This fixes a bug where the cli would get confused and wait forever for builds to finish even after they did. * Build.watch: support unknown states provided by server * Add Provisioning state with ⚙️" emoji