Update Project from Test_4, Update CI Script
Some checks failed
KiBot CI / test (push) Failing after 51s

This commit is contained in:
2026-03-06 08:05:48 -08:00
parent 3dcb32765f
commit fc4a488534
14 changed files with 47461 additions and 20423 deletions

View File

@@ -19,13 +19,12 @@ env:
# Update these to correspond to the KiCad version
kibot_group: "all_group"
kibot_tag: "v2_k9"
kicad_image: "kicad9_auto_full"
kibot_tag: "v2_dk9"
jobs:
test:
runs-on: ubuntu-latest
container: ghcr.io/inti-cmnb/${{ env.kicad_image }}
container: ghcr.io/inti-cmnb/kicad9_auto_full:dev
if: ${{ github.ref_type == 'tag' || !startsWith(github.event.head_commit.message, 'Merge pull request') }}
steps:
@@ -96,7 +95,7 @@ jobs:
additional_args="--skip-pre draw_fancy_stackup,erc,drc ${version_arg} --log ${{ env.kibot_log }} draft_group"
;;
"WORKING")
additional_args="--skip-pre erc,drc ${version_arg} --log ${{ env.kibot_log }} ${{ env.kibot_group }}"
additional_args="--skip-pre erc,drc ${version_arg} -E BLENDER_SAMPLES=2 --log ${{ env.kibot_log }} ${{ env.kibot_group }}"
;;
"REVIEW"|"RELEASE")
additional_args="${version_arg} --log ${{ env.kibot_log }} ${{ env.kibot_group }}"
@@ -121,6 +120,12 @@ jobs:
path: ~/3d_models
key: 3d_models
- name: Run KiBot (Preprocessing)
uses: inti-cmnb/kibot@${{ env.kibot_tag }}
with:
additional_args: --skip-pre all ${{ env.version_arg }} preprocess_group
config: ${{ env.kibot_config }}
- name: Run KiBot (Outputs)
uses: inti-cmnb/kibot@${{ env.kibot_tag }}
env: