Skip to content

Commit 2ee9335

Browse files
Modification of test/e2e-framework should trigger tests (#44824)
### What does this PR do? Modification of the framework should trigger the e2e tests. ### Motivation ### Describe how you validated your changes ### Additional Notes Co-authored-by: kevin.fairise <kevin.fairise@datadoghq.com>
1 parent 35ee3c9 commit 2ee9335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/dyntest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
def compute_and_upload_job_index(ctx: Context, bucket_uri: str, coverage_folder: str, commit_sha: str, job_id: str):
2828
uploader = S3Backend(bucket_uri)
2929
run_all_paths = [
30-
"test/new-e2e/pkg/**/*", # Modification to the framework should trigger all tests
30+
"test/e2e-framework/**/*", # Modification to the framework should trigger all tests
3131
"test/new-e2e/go.mod",
3232
"go.mod", # incident-47421
3333
"flakes.yaml",

0 commit comments

Comments
 (0)