Proposal ;)
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDLDBASEe3a9d5a89e20: package.loader: Log a failure summary report at the end of the task
tox
Diff Detail
Diff Detail
- Repository
- rDLDBASE Generic VCS/Package Loader
- Branch
- master
- Lint
Lint Skipped - Unit
Unit Tests Skipped - Build Status
Buildable 14461 Build 22239: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 22238: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D3746 (id=13194)
Could not rebase; Attempt merge onto fc9fe58d65...
Updating fc9fe58..64c24cb Fast-forward swh/loader/package/loader.py | 9 ++++ swh/loader/package/nixguix/loader.py | 33 ++++++++++---- swh/loader/package/nixguix/tests/conftest.py | 36 +++++++++++++++ swh/loader/package/nixguix/tests/test_nixguix.py | 58 +++++++++++++++++------- 4 files changed, 110 insertions(+), 26 deletions(-) create mode 100644 swh/loader/package/nixguix/tests/conftest.py
Changes applied before test
commit 64c24cb4872357cb96ff60cacef0a7570137f524 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Sat Aug 8 10:06:48 2020 +0200 package.loader: Propose a failure summary report at the end of the task commit 8dc56df25fe19994b5b026975b8ae4d60a356c3c Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Sat Aug 8 08:53:15 2020 +0200 nixguix: Make the unsupported artifact extensions configurable So the maintenance is easier (not necessarily code to package and deploy).
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/271/ for more details.
swh/loader/package/loader.py | ||
---|---|---|
364–369 | that's a weird way to put it imo. What about this? logger.warning( "%d failed branches: %s", len(failed_branches), failed_branches, ) |
swh/loader/package/loader.py | ||
---|---|---|
364–369 | yeah, i'm biased. |
Comment Actions
Build is green
Patch application report for D3746 (id=13195)
Rebasing onto fc9fe58d65...
Current branch diff-target is up to date.
Changes applied before test
commit e3a9d5a89e2047117065af4554d917001f2f3630 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Sat Aug 8 10:06:48 2020 +0200 package.loader: Log a failure summary report at the end of the task
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/272/ for more details.