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 141beb4 commit fffaab0Copy full SHA for fffaab0
.gitlab-ci.yml
@@ -161,6 +161,7 @@ test_build_jade_ci:
161
- mv build build_jade_ci
162
163
test_build_jade_v1_1_ci:
164
+ when: always
165
before_script:
166
- cp configs/sdkconfig_jade_v1_1_ci.defaults sdkconfig.defaults
167
extends: .test_build_template
@@ -507,6 +508,7 @@ test_flash_artifact_ota_delta:
507
508
509
test_flash_artifact_ota_delta_v1_1:
510
stage: deploy
511
+ when: manual
512
tags:
513
- esp32flasher_v1_1
514
needs:
@@ -528,6 +530,7 @@ test_flash_artifact_noblobs:
528
530
529
531
test_flash_artifact_v1_1:
532
extends: .test_flash_artifact_template_v1_1
533
534
535
- test_build_jade_v1_1_ci
536
0 commit comments