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 1197574 commit 40c2f02Copy full SHA for 40c2f02
.gitlab-ci.yml
@@ -220,6 +220,21 @@ upload_to_http:
220
- echo "Archive was published there '${OOCD_DISTRO_URL}'"
221
- echo "NEW_OOCD_DISTRO_URL=${OOCD_DISTRO_URL}" >> build.env
222
223
+test_idf_examples:
224
+ stage: pre_release
225
+ when: manual
226
+ only:
227
+ - master
228
+ allow_failure: true
229
+ variables:
230
+ OOCD_DISTRO_URL: ${NEW_OOCD_DISTRO_URL}
231
+ needs:
232
+ - job: upload_to_http
233
+ artifacts: true
234
+ trigger:
235
+ project: espressif/esp-idf
236
+ strategy: depend
237
+
238
test_premajor_idf_rel_examples:
239
stage: pre_release
240
when: manual
0 commit comments