Skip to content

Commit

Permalink
ci: default python version 3.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Jul 14, 2022
1 parent 6502ba0 commit 46bac64
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 15 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ variables:
BATCH_BUILD: "1"
V: "0"
CHECKOUT_REF_SCRIPT: "$CI_PROJECT_DIR/tools/ci/checkout_project_ref.py"
PYTHON_VER: 3.7.10

# Docker images
BOT_DOCKER_IMAGE_TAG: ":latest"
Expand Down
4 changes: 0 additions & 4 deletions .gitlab/ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
needs:
- job: fast_template_app
artifacts: false
variables:
PYTHON_VER: 3.7.10
artifacts:
paths:
- "**/build*/size.json"
Expand Down Expand Up @@ -262,7 +260,6 @@ build_ssc_esp32s3:
OUTPUT_PATH: ${CI_PROJECT_DIR}/tools/unit-test-app/output
BUILD_SYSTEM: "cmake"
TEST_TYPE: "unit_test"
PYTHON_VER: 3.7.10
LDGEN_CHECK_MAPPING: 1
script:
- ${IDF_PATH}/tools/ci/find_apps_build_apps.sh
Expand Down Expand Up @@ -320,7 +317,6 @@ build_esp_idf_tests_cmake_esp32c3:
TEST_TYPE: example_test
LOG_PATH: ${CI_PROJECT_DIR}/log_${TEST_PREFIX}
BUILD_PATH: ${CI_PROJECT_DIR}/build_${TEST_PREFIX}
PYTHON_VER: 3.7.10
LDGEN_CHECK_MAPPING: 1
script:
# it's not possible to build 100% out-of-tree and have the "artifacts"
Expand Down
5 changes: 0 additions & 5 deletions .gitlab/ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ check_docs_lang_sync:

.build_docs_template:
image: $ESP_IDF_DOC_ENV_IMAGE
variables:
PYTHON_VER: 3.7.10
tags:
- build_docs
dependencies: []
Expand All @@ -73,8 +71,6 @@ check_docs_lang_sync:

check_docs_gh_links:
image: $ESP_IDF_DOC_ENV_IMAGE
variables:
PYTHON_VER: 3.7.10
extends:
- .pre_check_job_template
- .doc-rules:build:docs
Expand Down Expand Up @@ -156,7 +152,6 @@ build_docs_pdf:
- .before_script_no_sync_submodule
image: $ESP_IDF_DOC_ENV_IMAGE
variables:
PYTHON_VER: 3.7.10
DOCS_BUILD_DIR: "${IDF_PATH}/docs/_build/"
PYTHONUNBUFFERED: 1
stage: test_deploy
Expand Down
2 changes: 0 additions & 2 deletions .gitlab/ci/host-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
extends: .rules:test:host_test
stage: host_test
image: $ESP_ENV_IMAGE
variables:
PYTHON_VER: 3.7.10
tags:
- host_test
dependencies: []
Expand Down
4 changes: 0 additions & 4 deletions .gitlab/ci/pre_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ check_python_style:
extends:
- .pre_check_base_template
- .rules:patterns:python-files
variables:
PYTHON_VER: 3.7.10
artifacts:
when: on_failure
paths:
Expand All @@ -63,8 +61,6 @@ check_python_style:

test_check_kconfigs:
extends: .pre_check_job_template
variables:
PYTHON_VER: 3.7.10
artifacts:
when: on_failure
paths:
Expand Down

0 comments on commit 46bac64

Please sign in to comment.