From a9036b82a4e2cca34335f07bf031c65c8e973d3e Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 10 Feb 2020 07:36:18 +0100 Subject: [PATCH] CI: make the qemu tests use IDF release branch Building the mqtt against idf release/v4.1 for the qemu tests to avoid potential issues on IDF master with running qemu --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46c8509..0f6602d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,7 +93,7 @@ build_and_test_qemu: script: - cit_add_ssh_key "${GITLAB_KEY}" - git clone "${IDF_REPO}" - - $MQTT_PATH/ci/set_idf.sh master + - $MQTT_PATH/ci/set_idf.sh release/v4.1 - cd $IDF_PATH && tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)" - $MQTT_PATH/ci/set_mqtt.sh $CI_COMMIT_SHA # build publish stress test