Skip to content

Commit

Permalink
Merge branch 'ci/set_some_jobs_to_manual' into 'master'
Browse files Browse the repository at this point in the history
ci: set some jobs to manual

See merge request application/esp-at!1469
  • Loading branch information
xcguang committed Nov 22, 2023
2 parents 603e5e8 + 8b666c6 commit a17d478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ esp32_at_all_function_test_without_bt:
- export MODULE_CFG_DIR=module_wrover-32
- 'echo -e "{\"platform\": \"PLATFORM_ESP32\", \"module\": \"WROVER-32\", \"description\": \"\",\"silence\": 0}" > module_info.json'
- *execute_script_esp32
when: manual

esp32_at_all_function_test_just_bt:
extends:
Expand Down Expand Up @@ -294,6 +295,7 @@ esp32_at_all_function_test_just_bt:
- export MODULE_CFG_DIR=module_wrover-32
- 'echo -e "{\"platform\": \"PLATFORM_ESP32\", \"module\": \"WROVER-32\", \"description\": \"\",\"silence\": 0}" > module_info.json'
- *execute_script_esp32
when: manual

esp32_ethernet_at:
extends:
Expand Down Expand Up @@ -386,6 +388,7 @@ esp32c2_4mb_at_xtal_40mhz_test:
- export MODULE_CFG_DIR=module_esp32c2_default
- 'echo -e "{\"platform\": \"PLATFORM_ESP32C2\", \"module\": \"ESP32C2-4MB\", \"description\": \"\",\"silence\": 0}" > module_info.json'
- *execute_script_esp32c2
when: manual

esp32c2_2mb_at:
extends:
Expand All @@ -409,6 +412,7 @@ esp32c2_at_full_function_test:
- export MODULE_CFG_DIR=module_esp32c2_default
- 'echo -e "{\"platform\": \"PLATFORM_ESP32C2\", \"module\": \"ESP32C2-4MB\", \"description\": \"\",\"silence\": 0}" > module_info.json'
- *execute_script_esp32c2
when: manual

esp32c6_4mb_at:
extends:
Expand Down

0 comments on commit a17d478

Please sign in to comment.