disable diff due to issues in CI
Some checks failed
kibot / example (push) Failing after 3m8s

This commit is contained in:
Brendan Haines 2024-02-22 21:53:08 -07:00
parent f35bb275c2
commit ba08f830a3

View File

@ -146,51 +146,51 @@ outputs:
specs: true specs: true
kicost_api_disable: KitSpace kicost_api_disable: KitSpace
pre_transform: _kicost_rename pre_transform: _kicost_rename
- name: basic_diff_pcb # - name: basic_diff_pcb
comment: PCB diff between the last two changes # comment: PCB diff between the last two changes
type: diff # type: diff
dir: diff # dir: diff
layers: # layers:
- layer: F.Cu # - layer: F.Cu
suffix: F_Cu # suffix: F_Cu
description: Front copper # description: Front copper
- layer: F.Paste # - layer: F.Paste
suffix: F_Paste # suffix: F_Paste
description: Front solder paste # description: Front solder paste
- layer: F.Silkscreen # - layer: F.Silkscreen
suffix: F_Silkscreen # suffix: F_Silkscreen
description: Front silkscreen (artwork) # description: Front silkscreen (artwork)
- layer: F.Mask # - layer: F.Mask
suffix: F_Mask # suffix: F_Mask
description: Front soldermask (negative) # description: Front soldermask (negative)
- layer: Edge.Cuts # - layer: Edge.Cuts
suffix: Edge_Cuts # suffix: Edge_Cuts
description: Board shape # description: Board shape
- layer: F.Courtyard # - layer: F.Courtyard
suffix: F_Courtyard # suffix: F_Courtyard
description: Front courtyard area # description: Front courtyard area
- layer: F.Fab # - layer: F.Fab
suffix: F_Fab # suffix: F_Fab
description: Front documentation # description: Front documentation
options: # options:
old: HEAD~ # old: HEAD~
old_type: git # old_type: git
new: HEAD # new: HEAD
new_type: git # new_type: git
cache_dir: /home/brendan/Documents/projects/kicad_automation/.cache # cache_dir: /home/brendan/Documents/projects/kicad_automation/.cache
add_link_id: true # add_link_id: true
- name: basic_diff_sch # - name: basic_diff_sch
comment: Schematic diff between the last two changes # comment: Schematic diff between the last two changes
type: diff # type: diff
dir: diff # dir: diff
options: # options:
old: HEAD~ # old: HEAD~
old_type: git # old_type: git
new: HEAD # new: HEAD
new_type: git # new_type: git
cache_dir: /home/brendan/Documents/projects/kicad_automation/.cache # cache_dir: /home/brendan/Documents/projects/kicad_automation/.cache
add_link_id: true # add_link_id: true
pcb: false # pcb: false
- name: basic_download_datasheets - name: basic_download_datasheets
comment: Download the datasheets comment: Download the datasheets
type: download_datasheets type: download_datasheets