diff --git a/integrations/cloudbuild/build-all.yaml b/integrations/cloudbuild/build-all.yaml index 8ccafdce073c6b..82031d7d8ca77c 100644 --- a/integrations/cloudbuild/build-all.yaml +++ b/integrations/cloudbuild/build-all.yaml @@ -11,9 +11,7 @@ steps: - PW_ENVIRONMENT_ROOT=/pwenv args: - "-c" - - | - perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt - source ./scripts/bootstrap.sh + - source ./scripts/bootstrap.sh id: Bootstrap waitFor: - Submodules diff --git a/integrations/cloudbuild/chef.yaml b/integrations/cloudbuild/chef.yaml index b9c675eb82f6aa..7e750750f5f76a 100644 --- a/integrations/cloudbuild/chef.yaml +++ b/integrations/cloudbuild/chef.yaml @@ -4,9 +4,7 @@ steps: - PW_ENVIRONMENT_ROOT=/pwenv args: - "-c" - - | - perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt - source ./scripts/bootstrap.sh + - source ./scripts/bootstrap.sh id: Bootstrap entrypoint: /usr/bin/bash volumes: diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml index c0a69752081525..05511e2b184670 100644 --- a/integrations/cloudbuild/smoke-test.yaml +++ b/integrations/cloudbuild/smoke-test.yaml @@ -12,9 +12,7 @@ steps: - PW_ENVIRONMENT_ROOT=/pwenv args: - "-c" - - | - perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt - source ./scripts/bootstrap.sh + - source ./scripts/bootstrap.sh id: Bootstrap waitFor: - Submodules @@ -30,6 +28,7 @@ steps: - PW_ENVIRONMENT_ROOT=/pwenv args: - >- + perl -i -pe 's/^gdbgui==/# gdbgui==/' /opt/espressif/esp-idf/requirements.txt && ./scripts/build/build_examples.py --enable-flashbundle --target esp32-devkitc-light-rpc --target esp32-m5stack-all-clusters-ipv6only --target