mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-30 10:48:06 +02:00
Merge branch 'bugfix/ci_update_for_passing' into 'master'
ci: update images to pass jobs with current IDF See merge request espressif/esp-mqtt!126
This commit is contained in:
@ -28,13 +28,11 @@ before_script:
|
|||||||
|
|
||||||
build_with_idf_v5:
|
build_with_idf_v5:
|
||||||
stage: build
|
stage: build
|
||||||
image: ${CI_DOCKER_REGISTRY}/esp-env-v5.0:1
|
image: ${CI_DOCKER_REGISTRY}/esp-env-v5.0:2
|
||||||
tags:
|
tags:
|
||||||
- build
|
- build
|
||||||
- shiny
|
- shiny
|
||||||
dependencies: []
|
dependencies: []
|
||||||
variables:
|
|
||||||
PYTHON_VER: 3.6.13
|
|
||||||
script:
|
script:
|
||||||
- git clone "${IDF_REPO}"
|
- git clone "${IDF_REPO}"
|
||||||
- cd ${IDF_PATH} && set +u && source tools/ci/setup_python.sh
|
- cd ${IDF_PATH} && set +u && source tools/ci/setup_python.sh
|
||||||
@ -48,16 +46,13 @@ build_with_idf_v5:
|
|||||||
|
|
||||||
build_and_test_qemu:
|
build_and_test_qemu:
|
||||||
stage: build
|
stage: build
|
||||||
image: ${CI_DOCKER_REGISTRY}/qemu-v5.0:1-20210826
|
image: ${CI_DOCKER_REGISTRY}/qemu-v5.0:2-20210826
|
||||||
tags:
|
tags:
|
||||||
- build
|
- build
|
||||||
- shiny
|
- shiny
|
||||||
dependencies: []
|
dependencies: []
|
||||||
variables:
|
|
||||||
PYTHON_VER: 3.6.13
|
|
||||||
script:
|
script:
|
||||||
- git clone "${IDF_REPO}"
|
- git clone "${IDF_REPO}"
|
||||||
- source /opt/pyenv/activate && pyenv global $PYTHON_VER
|
|
||||||
# switch to IDF and setup the tools
|
# switch to IDF and setup the tools
|
||||||
- $MQTT_PATH/ci/set_idf.sh master
|
- $MQTT_PATH/ci/set_idf.sh master
|
||||||
- $IDF_PATH/tools/idf_tools.py install-python-env
|
- $IDF_PATH/tools/idf_tools.py install-python-env
|
||||||
|
Reference in New Issue
Block a user