Skip to content

Commit a2e3409

Browse files
committed
esp/ci: Update 'test_xesppie' deps to 'need'
1 parent a8a8fec commit a2e3409

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ sign_aarch64-apple-darwin:
465465
pushd $PWD/esp-dsp/test_app
466466

467467
test_esp_dsp:
468+
stage: test
468469
image: espressif/idf:latest
469470
tags: [ "amd64", "build" ]
470471
allow_failure: true
@@ -497,8 +498,8 @@ test_esp_dsp:
497498

498499
test_xesppie:
499500
stage: test
500-
dependencies:
501-
- build_x86_64-linux-gnu
501+
needs:
502+
- job: "build_x86_64-linux-gnu"
502503
allow_failure: true
503504
only:
504505
- tags

0 commit comments

Comments
 (0)