Skip to content

Commit

Permalink
[skip ci] #17374: Add concurrency group for _produce-data.yaml (#17402)
Browse files Browse the repository at this point in the history
### Ticket
[17374](#17374)

### Problem description
Produce data jobs get spawned in parallel.
When the jobs all access GH api at once we may encounter rate limiting,
causing the jobs to fail.

### What's changed
Add concurrency group so that produce data runs in FIFO manner.

### Checklist
- [ ] Post commit CI passes
- [ ] Blackhole Post commit (if applicable)
- [ ] Model regression CI testing passes (if applicable)
- [ ] Device performance regression CI testing passes (if applicable)
- [ ] **(For models and ops writers)** Full [new
models](https://github.com/tenstorrent/tt-metal/actions/workflows/full-new-models-suite.yaml)
tests passes
- [ ] New/Existing tests provide coverage for changes
  • Loading branch information
williamlyTT authored and yieldthought committed Jan 31, 2025
1 parent c8a1c39 commit ec63985
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/_produce-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ on:
types:
- completed

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
produce-cicd-data:
if: |
Expand Down

0 comments on commit ec63985

Please sign in to comment.