Skip to content
Snippets Groups Projects
Commit da67a9d1 authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Test if inventory test fails other tests

parent 06c27448
No related branches found
No related tags found
No related merge requests found
Pipeline #534312 passed with warnings
...@@ -11,6 +11,7 @@ stages: ...@@ -11,6 +11,7 @@ stages:
test_inventory: test_inventory:
stage: test stage: test
allow_failure: true
script: script:
- echo "Do we have all parts in inventory covered?" - echo "Do we have all parts in inventory covered?"
- ./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt - ./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt
...@@ -18,10 +19,12 @@ test_inventory: ...@@ -18,10 +19,12 @@ test_inventory:
test_footprints: test_footprints:
stage: test stage: test
allow_failure: true
script: script:
- echo "Do we have footprints for all symbols?" - echo "Do we have footprints for all symbols?"
test_3dmodels: test_3dmodels:
stage: test stage: test
allow_failure: true
script: script:
- echo "Do we have 3D models for all footprints?" - echo "Do we have 3D models for all footprints?"
...@@ -1523,7 +1523,7 @@ ...@@ -1523,7 +1523,7 @@
(hide yes) (hide yes)
) )
) )
(property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC CL10A106MA8NRNC" (property "ki_keywords" "cap capacitor unpolarized 0603 CL10B104KB8NNNC CL10A105KB8NNNC"
(at 0 0 0) (at 0 0 0)
(effects (effects
(font (font
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment