From 7997591f56909c3761185144195446668b7a8e17 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 20 Jul 2021 10:00:25 +0800 Subject: [PATCH] ci: update hosts test patterns --- .gitlab/ci/rules.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index b78e9b650e..9836128992 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -84,6 +84,9 @@ .patterns-host_test: &patterns-host_test - ".gitlab/ci/host-test.yml" + + - "components/**/*" + - "tools/ci/test_autocomplete.py" - "tools/ci/test_build_system.sh" - "tools/ci/test_build_system_cmake.sh" @@ -91,7 +94,6 @@ - "tools/ci/test_configure_ci_environment.sh" - "tools/mass_mfg/**/*" - - "components/nvs_flash/test_nvs_host/**/*" - "tools/esp_app_trace/**/*" - "tools/ldgen/**/*"