From 205115500d87f151abc6f64e940a3f8f2d19e724 Mon Sep 17 00:00:00 2001 From: Pierre Gimalac Date: Tue, 17 Dec 2024 14:59:32 +0100 Subject: [PATCH] chore: update path to trigger run of asc e2e tests --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2761698a9b161..fde8b25185704d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -841,7 +841,9 @@ workflow: - !reference [.on_e2e_main_release_or_rc] - changes: paths: - # TODO: Add paths that should trigger tests for ASC + - cmd/**/* + - pkg/**/* + - comp/**/* - test/new-e2e/tests/agent-shared-components/**/* compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916