~sylvain-pineau/checkbox-ng:fail_valiadtion_on_missing_nested_parts

Last commit made on 2021-11-22
Get this branch:
git clone -b fail_valiadtion_on_missing_nested_parts https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
fail_valiadtion_on_missing_nested_parts
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

44188d7... by Sylvain Pineau

Change: nested parts not found are now failing validation

test plan ids not found while performing a validation in context are now
causing the ./manage.py validate command to fail.
(instead of just logging warnings).

1b52679... by Ubuntu <email address hidden>

Merge #409826 from ~kissiel/checkbox-ng:auto-retry-submission

7344aa8... by Maciej Kisielewski

Add: auto retry submissions on non-interactive sessions

This patch makes checkbox retry uploading the submission on failed attempts.
There's a 30s delay between retriers, and the retries count ATM is set to 3.

Fixes: LP: #1885960

cb70674... by Maciej Kisielewski

Fix: quote the name of report on fail

adaadca... by PMR <pmr@pmr-lander>

Merge #405574 from checkbox-ng:release

Release_2021_Week28

cc7fa00... by PMR <pmr@pmr-lander>

increment version to v1.15.0.dev0

9453cd7... by PMR <pmr@pmr-lander>

Bump to v1.14.0

a3688ef... by PMR <pmr@pmr-lander>

Bump to v1.14.0rc1

2741198... by PMR <pmr@pmr-lander>

Merge #404901 from ~kissiel/checkbox-ng:fix-crashing-on-bad-buildstamp

30e90a7... by Maciej Kisielewski

Fix: don't crash on no buildstamp info

This fixes a tarball exporter crash happenning when buildstamp job yielded no
output. Now, in this circumstance the exporter will have "Unknown" in the
buildstamp field. With that being said, this *should* no longer happen as
there is a corresponding patch to the buildstamp job that makes the job fail
on no info.

See LP: #1933632 for details.