Skip to content

Commit 32f47ca

Browse files
committed
Merge branch 'ci/hw_gitlab'
2 parents c2e6a30 + 0bb2b5d commit 32f47ca

File tree

7 files changed

+382
-159
lines changed

7 files changed

+382
-159
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,8 @@ jobs:
8989
type: ${{ matrix.type }}
9090
chip: ${{ matrix.chip }}
9191

92-
call-hardware-tests:
93-
name: Hardware
94-
uses: ./.github/workflows/tests_hw.yml
95-
needs: [gen-matrix, call-build-tests]
96-
if: |
97-
github.repository == 'espressif/arduino-esp32' &&
98-
(github.event_name != 'pull_request' ||
99-
contains(github.event.pull_request.labels.*.name, 'hil_test'))
100-
strategy:
101-
fail-fast: false
102-
matrix:
103-
type: ${{ fromJson(needs.gen-matrix.outputs.hw-types) }}
104-
chip: ${{ fromJson(needs.gen-matrix.outputs.targets) }}
105-
with:
106-
type: ${{ matrix.type }}
107-
chip: ${{ matrix.chip }}
92+
# Hardware tests now run via workflow_run trigger in tests_hw_wokwi.yml
93+
# This provides secure access to GitLab secrets while maintaining the same functionality
10894

10995
# This job is disabled for now
11096
call-qemu-tests:

.github/workflows/tests_hw.yml

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)