Skip to content

Commit

Permalink
esp/ci: Adds job to run example tests on IDF5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon committed Mar 9, 2023
1 parent 3814b9e commit 36a9929
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,22 @@ test_idf_master_examples:
project: espressif/esp-idf
strategy: depend

test_idf5.x_examples:
stage: pre_release
when: manual
only:
- master
allow_failure: true
variables:
OOCD_DISTRO_URL: ${NEW_OOCD_DISTRO_URL}
needs:
- job: upload_to_http
artifacts: true
trigger:
project: espressif/esp-idf
branch: ${TEST_APP_IDF5_X_RELEASE_BRANCH}
strategy: depend

test_idf4.x_examples:
stage: pre_release
when: manual
Expand Down

0 comments on commit 36a9929

Please sign in to comment.