Skip to content

Commit

Permalink
During the sanity job we need some flashing retries.
Browse files Browse the repository at this point in the history
It looks a bit flaky on mac, but its radio so things are allowed to go wrong
  • Loading branch information
ToveRumar committed Aug 14, 2024
1 parent b40d75d commit 7c70728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crazylab-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
venv/bin/pip install -r requirements.txt
- name: Upgrade devices to latest firmware
run: venv/bin/python management/program.py --file cf2-nightly/firmware-cf2-nightly.zip
run: venv/bin/python management/program.py --file cf2-nightly/firmware-cf2-nightly.zip --retries 3

- name: Run test suite
run: venv/bin/python -m pytest --verbose --html=${{env.TEST_FILE}}.html --junit-xml ${{env.TEST_FILE}}.xml -m sanity tests/QA
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: python3 management/usb-power-reset.py -a reset

- name: Upgrade devices to latest firmware
run: python3 management/program.py --file cf2-nightly/firmware-cf2-nightly.zip
run: python3 management/program.py --file cf2-nightly/firmware-cf2-nightly.zip --retries 3

- name: Run test suite
run: pytest --verbose --html=${{env.TEST_FILE}}.html --junit-xml ${{env.TEST_FILE}}.xml -m sanity tests/QA
Expand Down
1 change: 1 addition & 0 deletions sites/crazylab-mac.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ version = 1

[device.cf21_stock]
radio = "radio://0/50/2M/E7E7E71801"
bootloader_radio = "radio://0/0/2M/B1C5DD7C7F?safelink=0"

0 comments on commit 7c70728

Please sign in to comment.