Skip to content

Commit 3917f94

Browse files
authored
removed performance benchmarking (#3033)
### Ticket [issue](tenstorrent/tt-forge#565) ### Problem description Disable triggering Performance Benchmark workflows from tt-forge-fe. ### What's changed Performance Benchmark workflow can't be triggered from tt-forge-fe anymore. ### Checklist - [ ] New/Existing tests provide coverage for changes
1 parent 390dda5 commit 3917f94

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

.github/workflows/on-pr.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
description: 'Git SHA of commit in tenstorrent/tt-mlir'
88
required: false
99
type: string
10-
run_perf_benchmark:
11-
description: 'Run performance benchmark'
12-
required: false
13-
type: boolean
1410
pull_request:
1511
branches: [ "main" ]
1612

@@ -67,26 +63,6 @@ jobs:
6763
run_id: ${{ github.run_id }}
6864
runs-on: '[{"runs-on": "n150"}, {"runs-on": "n300"}]'
6965

70-
perf-benchmark:
71-
if: inputs.run_perf_benchmark || (vars.RUN_PERF_ON_UPLIFT == 'true' && github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'uplift'))
72-
needs:
73-
- docker-build
74-
- build
75-
uses: tenstorrent/tt-forge/.github/workflows/perf-benchmark.yml@main
76-
secrets: inherit
77-
with:
78-
project: tt-forge-fe
79-
run_id: ${{ github.run_id }}
80-
run_id_source: tt-forge-fe
81-
ref: main
82-
on_uplift_pr: true
83-
84-
# uses: ./.github/workflows/perf-benchmark-sub.yml
85-
# secrets: inherit
86-
# with:
87-
# docker-image: ${{ needs.docker-build.outputs.docker-image }}
88-
# run_id: ${{ needs.build.outputs.run_id }}
89-
9066
check-all-green:
9167
if: always()
9268
needs:
@@ -96,7 +72,6 @@ jobs:
9672
- build-docs
9773
- build
9874
- test
99-
- perf-benchmark
10075
runs-on: Ubuntu-latest
10176
steps:
10277
- name: Check if the needed jobs succeeded or failed

.github/workflows/perf-benchmark.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/produce_data.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
- "On nightly"
1010
- "On nightly Blackhole"
1111
- "Test"
12-
- "Performance benchmark"
1312
- "Model Analysis"
1413
types:
1514
- completed

0 commit comments

Comments
 (0)