mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
Probe failures follow the compile branch's transient rules, strict on the native esp8266 job
This commit is contained in:
@@ -1202,8 +1202,10 @@ jobs:
|
||||
echo ""
|
||||
|
||||
# ESP8266 Arduino built directly (no PlatformIO); compile validates
|
||||
# config first, so a separate config pass is redundant.
|
||||
python3 script/test_build_components.py -e compile -t esp8266-ard -c "$TEST_COMPONENTS" -f --toolchain arduino --fail-on-no-tests
|
||||
# config first, so a separate config pass is redundant. Strict pch:
|
||||
# the docker smoke test covers the PlatformIO default, this job is
|
||||
# the only CI exercise of the native ninja pch (and its probe edge).
|
||||
ESPHOME_PCH_STRICT=1 python3 script/test_build_components.py -e compile -t esp8266-ard -c "$TEST_COMPONENTS" -f --toolchain arduino --fail-on-no-tests
|
||||
|
||||
device-builder:
|
||||
name: Test downstream esphome/device-builder
|
||||
|
||||
Reference in New Issue
Block a user