From a5bb129c3794c439108f68e959cd20a02ee573ab Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 25 May 2022 11:28:29 +0800 Subject: [PATCH] ci: skip auto parse coredump --- .gitlab-ci.yml | 2 +- pytest.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 438c5231ff..e18d7a1df1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ variables: TEST_ENV_CONFIG_REPO: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/qa/ci-test-runner-configs.git" CI_AUTO_TEST_SCRIPT_REPO_URL: "https://gitlab-ci-token:${BOT_TOKEN}@${CI_SERVER_HOST}:${CI_SERVER_PORT}/qa/auto_test_script.git" CI_AUTO_TEST_SCRIPT_REPO_BRANCH: "ci/v4.1" - PYTEST_EMBEDDED_VERSION: "0.7.0" + PYTEST_EMBEDDED_VERSION: "0.7.1" # cache python dependencies PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" diff --git a/pytest.ini b/pytest.ini index 6746558996..6944f4c04c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -8,6 +8,7 @@ addopts = -s --embedded-services esp,idf --tb short + --skip-check-coredump y # ignore DeprecationWarning filterwarnings =