-
v1.6.089bc7f2e · ·
1.6.0 release New features: - make: Add a validate-pre-release command - scripts: Run integration tests in parallel during validate-pre-release - bake: pinned_manifest support - feature: private_key flag for private-builds - download: pass authorization for private builds Documentation updates: - doc: drop google fonts
-
v1.4.0ae74ceb4 · ·
1.4.0 release New features: - test: Add unit test for passing patch series to plan sub command - Return the values from command handlers - Add "tuxsuite project" sub-cmd to manage projects - Add a group sub-command - CI: improve test coverage on tuxsuite.cli.utils - CI: increase coverage to 91% - add morello-baremetal device - Enable sharding for tests - cli: Show an error instead of traceback in show log Bug fixes: - Drop executable flag
-
v1.3.08f286b95 · ·
1.3.0 release New features: - results: from-json can fetch results for builds/tests/oebuilds Bug fixes: - unit-test: Improve OE plan unit test - fix: cli-output-fix in no-wait - bake: Drop bake outdated example - test: fix_test_result in case of infra-error - plan: Propagate patch series supplied in command line
-
v1.0.0063cfa36 · ·
1.0.0 release New features: - cli: Switch to argparse from Click - cli: Remove build-set subcommand and references - cli: Fix to make test sub sub commands work correctly - cli: handle_build: handle_plan: Remove unnecessary options parsing - cli: Implement new parser mecahnism to handle build targets Bug fixes: - build: target-arch: fix assert output - test: test_build: mandatory attributes Documentation updates: - docs: fix some spelling errors
-
v0.49.05b8c1eb4 · ·
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.47.0dbe671c9 · ·
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