Commit Graph

117 Commits

Author SHA1 Message Date
timmyhadwen
9b4e101400 Fix upload_packages: Python one-liner to avoid YAML issues 2026-01-17 15:17:02 +10:00
timmyhadwen
2b717d1795 Fix YAML syntax for Python heredoc 2026-01-17 15:16:14 +10:00
timmyhadwen
0dc6ff725f Fix upload_packages: use Python urllib (no curl/wget in image) 2026-01-17 15:15:36 +10:00
timmyhadwen
1975291cea Fix upload_packages: use pre-installed curl 2026-01-17 14:58:16 +10:00
timmyhadwen
e530a3768b Fix upload_packages: use wget instead of curl (dependency conflict) 2026-01-17 14:38:16 +10:00
timmyhadwen
614b566d31 Add complete KiCad CI pipeline with hfsntree integration
Pipeline stages:
- preflight: extract_version, run_erc, run_drc
- fabrication: schematic, BOM, 3D, gerbers, position, panel
- inventree: dry-run on dev, full upload on main
- release: package upload and GitLab release

Features:
- Version extraction from MR title (V1.0, V1.1, etc.)
- Version injection into KiBot outputs
- Samsung P&P file generation
- Panel gerber generation

Usage: Include this file in project CI and set PROJECT_NAME variable.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 10:23:05 +10:00
timmyhadwen
1cae44ffdc Add env var fallback for KiBot text variables
- rev/rev_pcb: Use KIBOT_VAR_rev if set, else git describe
- name: Use KIBOT_VAR_name if set, else extract from filename

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 23:24:13 +10:00
timmyhadwen
c3b5ada5d8 WIP 2025-09-07 17:14:32 +10:00
timmyhadwen
a9ca11b8b8 Bump down to 1.8.3 2025-09-07 15:06:43 +10:00
Tim Hadwen
220e70082f Merged main into kicad9 2025-08-31 17:40:03 +10:00
andrewc
c3aa9c6b28 FIX: variant handling, kintree cli syntax, and PCB image handling 2025-07-29 12:05:52 +10:00
andrewc
82611b2951 FIX: fix path to template schematic for post panel scripting 2025-07-22 14:25:58 +10:00
ac
664fc82490 FIX: Author initials parsing 2025-07-21 16:45:56 +10:00
ac
a0789f749b FIX: tag parsing in release job 2025-07-21 16:19:14 +10:00
ac
85ae8ad7e2 FIX: tag parsing 2025-07-21 16:02:17 +10:00
andrewc
1df81db282 FIX: cut down bash function in release job so it doesn't complain about syntax errors. 2025-07-16 12:17:57 +10:00
andrewc
61b08496bd FEAT: added standardised text to panels to help with pnp 2025-07-02 14:04:49 +10:00
andrewc
2f71a8fd94 FEAT: added DWN, CHK, APP to templates, added hfs template. 2025-07-01 09:45:46 +10:00
Tim Hadwen
1c1f8cbcbd Edit kibot-ci.yml 2025-05-22 02:24:52 +00:00
Tim Hadwen
d599f31d71 Edit kibot-ci.yml 2025-05-22 02:14:17 +00:00
Tim Hadwen
1e6e4a3ed6 Edit kibot-ci.yml 2025-05-22 02:03:47 +00:00
Tim Hadwen
c68606b31d Edit kibot-ci.yml 2025-05-22 01:53:28 +00:00
timmyhadwen
87d40db02b Updaed version 2025-05-21 19:46:35 +10:00
Gwyneth
06bfb9533e altered kibot-ci.yml image name 2025-05-21 18:21:28 +10:00
gwyneth
acfea6e804 Switched to kicad9 2025-05-21 18:04:25 +10:00
andrewc
901c8cf848 FIX: allow management of panel files to fail as there may not be any 2025-02-25 15:01:27 +10:00
andrewc
99af6dd08f Stop generating printed stencils for panels 2025-02-14 09:57:20 +10:00
andrewc
5620b01227 Changed kibot flags for drc/erc for kicad8 2025-02-04 13:01:22 +10:00
andrewc
088d11339d Updated ki-ntree and stopped allowing release to always succeed 2025-01-16 15:44:25 +10:00
andrewc
80a2d5b1c0 Dry run for all jobs except when on main 2024-12-20 15:24:20 +10:00
andrewc
972a452fea Tweaked inventree_job 2024-12-13 11:30:25 +10:00
andrewc
2f42e02e3e Added dry run when on dev 2024-12-13 11:24:03 +10:00
andrewc
913f0c356f Update kibot, fixup kibot preflight opttions 2024-11-18 17:03:01 +10:00
andrewc
827bd84714 Upload zipped gerbers to inventree PCB part, added revision to jlc zip
file name
2024-11-18 14:01:35 +10:00
andrewc
8deba4f856 Remove hardcoded debug line 2024-11-18 12:39:22 +10:00
andrewc
8e2516d2d0 Allow for a preceeding letter in partnumber of pcb 2024-11-18 11:40:49 +10:00
andrewc
cee186c17c Added attachments to PCB and PCBA parts 2024-11-04 17:22:42 +10:00
andrewc
111a9bc042 Add description to PCB and PCBA parts 2024-10-31 11:16:07 +10:00
andrewc
72cdc871a3 Added render of bland and populated pcb 2024-10-30 16:47:49 +10:00
andrewc
f9ec76c65a Do the curl trick in the upload job too 2024-10-25 13:41:50 +10:00
ac
cc2f1a7605 Fixup curl install issue with new kibot image 2024-10-25 10:06:23 +10:00
ac
1388e1aa20 Update to latest version of kibot to fix bom items being messed up 2024-10-25 09:43:05 +10:00
andrewc
95129c8206 Update ki-ntree and handle failing of ki-ntree commands 2024-10-24 19:07:29 +10:00
andrewc
0794509a6b Fixed up inventree_job rules and updated to latest version of ki-ntree cli 2024-10-23 11:20:19 +10:00
andrewc
9711dce2ef Hopefully fix up when inventree_job runs 2024-10-15 09:59:34 +10:00
andrewc
0195a7caea Remove boms job from outputs_all 2024-10-09 09:03:56 +10:00
andrewc
386b781a8c Print out token, shouldn't make a difference but it seems to be working
now?
2024-10-09 08:56:09 +10:00
andrewc
c64e02af88 Fix up path of token again 2024-10-08 13:52:25 +10:00
andrewc
85aac86ceb Fix up path to token in command 2024-10-08 13:19:12 +10:00
andrewc
cc258bdb23 Fixed up token file name in command 2024-10-08 13:00:31 +10:00