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 a8a8fec commit a2e3409Copy full SHA for a2e3409
.gitlab-ci.yml
@@ -465,6 +465,7 @@ sign_aarch64-apple-darwin:
465
pushd $PWD/esp-dsp/test_app
466
467
test_esp_dsp:
468
+ stage: test
469
image: espressif/idf:latest
470
tags: [ "amd64", "build" ]
471
allow_failure: true
@@ -497,8 +498,8 @@ test_esp_dsp:
497
498
499
test_xesppie:
500
stage: test
- dependencies:
501
- - build_x86_64-linux-gnu
+ needs:
502
+ - job: "build_x86_64-linux-gnu"
503
504
only:
505
- tags
0 commit comments