We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3814b9e commit 36a9929Copy full SHA for 36a9929
.gitlab-ci.yml
@@ -219,6 +219,22 @@ test_idf_master_examples:
219
project: espressif/esp-idf
220
strategy: depend
221
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
+
238
test_idf4.x_examples:
239
stage: pre_release
240
when: manual
0 commit comments