-
Notifications
You must be signed in to change notification settings - Fork 32
/
.gitlab-ci.perf.yml
44 lines (35 loc) · 1.87 KB
/
.gitlab-ci.perf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
include:
- .gitlab-ci.wheels.yml
# PyBuda repo, Grayskull e150
- ci/gitlab-test-lists/.gitlab-ci.grayskull_e150_perf_bfp8_b_nightly.yml
- ci/gitlab-test-lists/.gitlab-ci.grayskull_e150_perf_fp16_nightly.yml
- ci/gitlab-test-lists/.gitlab-ci.grayskull_e150_perf_release_nightly.yml
# PyBuda repo, Grayskull e75
- ci/gitlab-test-lists/.gitlab-ci.grayskull_e75_perf_bfp8_b_nightly.yml
- ci/gitlab-test-lists/.gitlab-ci.grayskull_e75_perf_fp16_nightly.yml
- ci/gitlab-test-lists/.gitlab-ci.grayskull_e75_perf_release_nightly.yml
# PyBuda repo, Wormhole B0
- ci/gitlab-test-lists/.gitlab-ci.wormhole_b0_silicon_perf_bfp8_b_nightly.yml
- ci/gitlab-test-lists/.gitlab-ci.wormhole_b0_silicon_perf_fp16_nightly.yml
- ci/gitlab-test-lists/.gitlab-ci.wormhole_b0_silicon_perf_release_nightly.yml
- ci/gitlab-test-lists/.gitlab-ci.wormhole_b0_silicon_perf_bfp8_b_manual.yml
- ci/gitlab-test-lists/.gitlab-ci.wormhole_b0_silicon_perf_fp16_manual.yml
- ci/gitlab-test-lists/.gitlab-ci.wormhole_b0_silicon_perf_release_manual.yml
# Benchmarking repo
# Grayskull e75, Grayskull e150, Wormhole B0
- ci/gitlab-test-lists/benchmarking/.gitlab-ci.wormhole_b0_silicon_perf_release_public.yml
- ci/gitlab-test-lists/benchmarking/.gitlab-ci.grayskull_e75_perf_release_public.yml
- ci/gitlab-test-lists/benchmarking/.gitlab-ci.grayskull_e150_perf_release_public.yml
# Dissable other jobs from .gitlab-ci.wheels.yml
pybuda-gs-latest-bbe-wheel:
rules:
- if: ($CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_MESSAGE !~ /\[no_ci_perf/)
pybuda-wh-b0-latest-bbe-wheel:
rules:
- if: ($CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_MESSAGE !~ /\[no_ci_perf/)
pybuda-gs-unittests:
rules:
- if: ($CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_MESSAGE !~ /\[no_ci_perf/)
pybuda-wh-b0-unittests:
rules:
- if: ($CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_MESSAGE !~ /\[no_ci_perf/)