Skip to content

Commit

Permalink
#12879: Use () so that workflow_call actually captures the call when …
Browse files Browse the repository at this point in the history
…we trigger off completed workflow runs and add them to workflows to properly capture (#13012)

#12879: Use () so that workflow_call actually captures the call when we trigger off completed workflow runs and add them to workflows to capture
  • Loading branch information
tt-rkim authored Sep 23, 2024
1 parent f489844 commit 2a0b421
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 10 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/_produce-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,24 @@ on:
workflow_run:
workflows:
- "All post-commit tests"
- "(T3K) T3000 demo tests"
- "(T3K) T3000 model perf tests"
- "(Single-card) Model perf tests"
- "(Single-card) Device perf tests"
- "(Single-card) Demo tests"
- "Nightly fast dispatch tests"
- "(T3K) T3000 demo tests"
- "(T3K) T3000 model perf tests"
- "(T3K) T3000 perplexity tests"
- "(T3K) T3000 model perf tests"
- "(T3K) T3000 profiler tests"
- "(T3K) T3000 unit tests"
- "(TG) TG unit tests"
- "(TG) TG demo tests"
- "(TG) TG frequent tests"
- "(TG) TG model perf tests"
- "(TGG) TGG model perf tests"
- "(TGG) TGG unit tests"
- "(TGG) TGG demo tests"
- "(TGG) TGG frequent tests"
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tg-demo-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TG] TG demo tests"
name: "(TG) TG demo tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tg-frequent-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TG] TG frequent tests"
name: "(TG) TG frequent tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tg-model-perf-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TG] TG model perf tests"
name: "(TG) TG model perf tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tg-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TG] TG unit tests"
name: "(TG) TG unit tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tgg-demo-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TGG] TGG demo tests"
name: "(TGG) TGG demo tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tgg-frequent-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TGG] TGG frequent tests"
name: "(TGG) TGG frequent tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tgg-model-perf-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TGG] TGG model perf tests"
name: "(TGG) TGG model perf tests"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tgg-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "[TGG] TGG unit tests"
name: "(TGG) TGG unit tests"

on:
workflow_dispatch:
Expand Down

0 comments on commit 2a0b421

Please sign in to comment.