Skip to content

Commit 4fa9d57

Browse files
committed
tc
1 parent ff57d61 commit 4fa9d57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/get_files_to_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def main() -> None:
9696

9797
all_files = get_all_files()
9898
files_to_run = calculate_shards(all_files, num_shards=args.num_shards)[args.shard_num - 1]
99+
files_to_run = [x for x in files_to_run if x not in NOT_RUN]
99100
if not args.dry_run:
100101
remove_other_files(all_files, compute_files_to_keep(files_to_run))
101102
stripped_file_names = [Path(x).stem for x in files_to_run]

0 commit comments

Comments
 (0)