|
|
@@ -78,7 +78,6 @@ before_script:
|
|
|
# Set some options and environment for CI
|
|
|
- source tools/ci/configure_ci_environment.sh
|
|
|
- *setup_tools_unless_target_test
|
|
|
-
|
|
|
- *fetch_submodules
|
|
|
|
|
|
# used for check scripts which we want to run unconditionally
|
|
|
@@ -117,6 +116,13 @@ before_script:
|
|
|
dependencies: []
|
|
|
extends: .before_script_lesser
|
|
|
|
|
|
+.python_lint_template:
|
|
|
+ stage: pre_check
|
|
|
+ image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
|
|
+ tags:
|
|
|
+ - host_test
|
|
|
+ dependencies: []
|
|
|
+
|
|
|
.macos_build_template:
|
|
|
stage: build
|
|
|
tags:
|