File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,14 @@ stages:
1111
1212image : blockstream/verde@sha256:9171360dae48d3fba7c0f36ab5eb45e2529d178a603e89197cb08fb123ca619e
1313
14+ include :
15+ - .gitlab-sw_jade.yml
16+
1417test_bip85_rsa_key_gen :
1518 tags :
1619 - ga
1720 stage : format
21+ when : manual
1822 script :
1923 - . $HOME/esp/esp-idf/export.sh
2024 - (cd tools/bip85_rsa_key_gen && ./test.sh)
@@ -34,6 +38,7 @@ test_configs:
3438 tags :
3539 - ga
3640 stage : format
41+ when : manual
3742 script :
3843 - ./tools/check_default_configs.sh
3944 - git diff --exit-code
@@ -42,6 +47,7 @@ test_configs:
4247 tags :
4348 - ga
4449 stage : build
50+ when : manual
4551 artifacts :
4652 expire_in : 2 weeks
4753 when : on_success
@@ -413,6 +419,7 @@ test_flash_qemu_psram_unamalgamated:
413419
414420.test_flash_artifact_template :
415421 stage : deploy
422+ when : manual
416423 tags :
417424 - esp32flasher
418425 script :
@@ -421,6 +428,7 @@ test_flash_qemu_psram_unamalgamated:
421428
422429.test_flash_artifact_template_v1_1 :
423430 stage : deploy
431+ when : manual
424432 tags :
425433 - esp32flasher_v1_1
426434 script :
@@ -429,6 +437,7 @@ test_flash_qemu_psram_unamalgamated:
429437
430438.test_flash_artifact_template_s3 :
431439 stage : deploy
440+ when : manual
432441 tags :
433442 - esp32s3flasher
434443 variables :
@@ -457,6 +466,7 @@ test_gcov:
457466 # for now this only works on s3
458467 tags :
459468 - esp32s3flasher
469+ when : manual
460470 stage : build
461471 variables :
462472 IDF_TOOLS_PATH : " /home/gitlab-runner/.idf/54"
You can’t perform that action at this time.
0 commit comments