fix: bin inspector must not reject non-tar artifacts
Metadata
Current evaluation
Merged fix updating the bin inspector to skip non-tar xzipped artifacts instead of returning an error. Approved by two reviewers and passed CI, resolving the artifact rejection issue.
Suggested action: —
No scores available.
Issue body
The bin inspector must skip non-tar xzipped artifacts instead of
returning an error, otherwise it will cause the artifact to be
rejected.
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged fix updating the bin inspector to skip non-tar xzipped artifacts instead of returning an error. Approved by two reviewers and passed CI, resolving the artifact rejection issue. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #477 fix: false positive in store info inspection | fetch-service | merged | Merged fix for false positives in store info inspection. Adjusts bld bin validation to accept non-tarball xz archives and relaxes artifact detection heuristics for JSON responses. Approved by three reviewers and passed all CI checks. | |
| #53 ci: fix TICS test results artifact name | starflow | merged | Merged a one-line fix to correct the TICS test results artifact name in the CI pipeline. Approved by two reviewers with all checks passing. | |
| #339 fix(inspectors/deb): handle more compression methods | fetch-service | merged | Merged. The DEB inspector now handles xz-compressed control files and gzip-compressed data files, failing if artifact name or version extraction fails. Resolves #337. Approved by two reviewers and passed CI checks. | |
| #158 metadata,inspectors: fix inspection result and add tests | fetch-service | merged | Merged following two reviewer approvals and passing CI. Fixed inspection result logic required for artifact approval, added clarifying comments, and improved test coverage for artifact metadata. | |
| #308 fix(inspectors/apt): rejection fix and additional tests | fetch-service | merged | Merged fix for apt inspector to reject instead of exiting on translation file uncompression failures, plus added inspector tests. Approved by two reviewers and passed CI. |