Skip to content

Commit

Permalink
FAI-14536 Fix bucketing for circleci tests stream (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypc-faros authored Dec 24, 2024
1 parent 5877dfc commit ca8fd94
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sources/circleci-source/src/streams/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ export class Tests extends StreamWithProjectSlices {
return ['job_stopped_at'];
}

async *streamSlices(): AsyncGenerator<StreamSlice> {
for (const projectSlug of this.cfg.project_slugs) {
yield {projectSlug};
}
}

async *readRecords(
syncMode: SyncMode,
cursorField?: string[],
Expand Down

0 comments on commit ca8fd94

Please sign in to comment.