Make warnings require passing state #2

Open
allspice-kyle wants to merge 4 commits from strict_error_check into develop
No description provided.
allspice-kyle added 1 commit 2024-09-19 15:48:34 +00:00
Generate BOM / Generate_BOM (pull_request) Failing after 39s Details
beb23072ec
Make warnings require passing state
allspice-kyle added 1 commit 2024-09-19 15:50:23 +00:00
Generate BOM / Check_Components (pull_request) Failing after 39s Details
673d883ee1
Fix name
allspice-kyle added 1 commit 2024-09-19 15:50:59 +00:00
Check Components / Check_Components (pull_request) Failing after 41s Details
336721282c
Update workflow name
allspice-kyle added 1 commit 2024-09-26 08:35:14 +00:00
Check Components / Check_Components (pull_request) Failing after 4m42s Details
99097b8b01
Generate report even on failure
First-time contributor

BOM Report

Checking:

  • Valid Part Number attribute
  • Valid Temperature attribute within bounds: -10°C to 70°C

Warnings

ANT1 (318020748) warnings:

No Temperature attribute!

J10 (320020016) warnings:

No Temperature attribute!

J11, R34, R35 warnings:

NA Part Number attribute!

Malformed Temperature attribute: , -55¡ãC to 125¡ãC!

J19 (320140636) warnings:

Minimum operating temperate 0°C exceeds requirement of -10°C!

J3, J4 warnings:

TMP* Part Number attribute!

No Temperature attribute!

U24 (310070813) warnings:

Minimum operating temperate 0°C exceeds requirement of -10°C!

U26 (310011717) warnings:

Minimum operating temperate 0°C exceeds requirement of -10°C!

U28 (310011319) warnings:

Minimum operating temperate 0°C exceeds requirement of -10°C!

Summary

8 of 128 components have warnings

<!-- AllSpice Hub Auto-DR Comment --> ## BOM Report *Checking:* - *Valid `Part Number` attribute* - *Valid `Temperature` attribute within bounds: `-10°C` to `70°C`* ### Warnings **ANT1 (318020748)** warnings: No `Temperature` attribute! **J10 (320020016)** warnings: No `Temperature` attribute! **J11, R34, R35** warnings: `NA` `Part Number` attribute! Malformed `Temperature` attribute: `, -55¡ãC to 125¡ãC`! **J19 (320140636)** warnings: Minimum operating temperate `0°C` exceeds requirement of `-10°C`! **J3, J4** warnings: `TMP*` `Part Number` attribute! No `Temperature` attribute! **U24 (310070813)** warnings: Minimum operating temperate `0°C` exceeds requirement of `-10°C`! **U26 (310011717)** warnings: Minimum operating temperate `0°C` exceeds requirement of `-10°C`! **U28 (310011319)** warnings: Minimum operating temperate `0°C` exceeds requirement of `-10°C`! ### Summary `8` of `128` components have warnings
Some checks failed
Check Components / Check_Components (pull_request) Failing after 4m42s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b strict_error_check develop
git pull origin strict_error_check

Step 2:

Merge the changes and update on AllSpice.
git checkout develop
git merge --no-ff strict_error_check
git push origin develop
Sign in to join this conversation.
No description provided.