Skip to content

Commit 36a9929

Browse files
committed
esp/ci: Adds job to run example tests on IDF5.x
1 parent 3814b9e commit 36a9929

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitlab-ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,22 @@ test_idf_master_examples:
219219
project: espressif/esp-idf
220220
strategy: depend
221221

222+
test_idf5.x_examples:
223+
stage: pre_release
224+
when: manual
225+
only:
226+
- master
227+
allow_failure: true
228+
variables:
229+
OOCD_DISTRO_URL: ${NEW_OOCD_DISTRO_URL}
230+
needs:
231+
- job: upload_to_http
232+
artifacts: true
233+
trigger:
234+
project: espressif/esp-idf
235+
branch: ${TEST_APP_IDF5_X_RELEASE_BRANCH}
236+
strategy: depend
237+
222238
test_idf4.x_examples:
223239
stage: pre_release
224240
when: manual

0 commit comments

Comments
 (0)