Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/scripts/tests_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ targets="'esp32','esp32s2','esp32s3','esp32c3','esp32c6','esp32h2','esp32p4'"
mkdir -p info

echo "[$wokwi_types]" > info/wokwi_types.txt
echo "[$hw_types]" > info/hw_types.txt
echo "[$targets]" > info/targets.txt

{
Expand Down
19 changes: 1 addition & 18 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,23 +89,6 @@ jobs:
type: ${{ matrix.type }}
chip: ${{ matrix.chip }}

call-hardware-tests:
name: Hardware
uses: ./.github/workflows/tests_hw.yml
needs: [gen-matrix, call-build-tests]
if: |
github.repository == 'espressif/arduino-esp32' &&
(github.event_name != 'pull_request' ||
contains(github.event.pull_request.labels.*.name, 'hil_test'))
strategy:
fail-fast: false
matrix:
type: ${{ fromJson(needs.gen-matrix.outputs.hw-types) }}
chip: ${{ fromJson(needs.gen-matrix.outputs.targets) }}
with:
type: ${{ matrix.type }}
chip: ${{ matrix.chip }}

# This job is disabled for now
call-qemu-tests:
name: QEMU
Expand All @@ -121,4 +104,4 @@ jobs:
type: ${{ matrix.type }}
chip: ${{ matrix.chip }}

# Wokwi tests are run after this workflow as it needs access to secrets
# Hardware and Wokwi tests are run after this workflow as they need access to secrets
122 changes: 0 additions & 122 deletions .github/workflows/tests_hw.yml

This file was deleted.

Loading
Loading