|
27 | 27 | vega20_EXCLUDE_TESTS_REGEX: "^(test-page-migration-(execute|validate))$" |
28 | 28 | mi200_EXCLUDE_TESTS_REGEX: "^(test-page-migration-(execute|validate))$" |
29 | 29 | mi300_EXCLUDE_TESTS_REGEX: "^(test-page-migration-(execute|validate))$" |
30 | | - navi3_EXCLUDE_LABEL_REGEX: "^(pc-sampling|openmp-target)$" |
31 | | - vega20_EXCLUDE_LABEL_REGEX: "^(pc-sampling|openmp-target)$" |
| 30 | + mi300a_EXCLUDE_TESTS_REGEX: "^(test-page-migration-(execute|validate))$" |
| 31 | + mi325_EXCLUDE_TESTS_REGEX: "^(test-page-migration-(execute|validate))$" |
| 32 | + navi3_EXCLUDE_LABEL_REGEX: "^(pc-sampling|pc_sampling|openmp-target)$" |
| 33 | + vega20_EXCLUDE_LABEL_REGEX: "^(pc-sampling|pc_sampling|openmp-target)$" |
32 | 34 | mi200_EXCLUDE_LABEL_REGEX: "^(openmp-target)$" |
33 | | - mi300_EXCLUDE_LABEL_REGEX: "^(pc-sampling)$" |
| 35 | + mi300_EXCLUDE_LABEL_REGEX: "^(pc-sampling|pc_sampling)$" |
| 36 | + mi300a_EXCLUDE_LABEL_REGEX: "" |
| 37 | + mi325_EXCLUDE_LABEL_REGEX: "^(pc-sampling|pc_sampling)$" |
34 | 38 |
|
35 | 39 | jobs: |
36 | 40 | core-deb: |
37 | 41 | # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix |
38 | 42 | strategy: |
39 | 43 | fail-fast: false |
40 | 44 | matrix: |
41 | | - runner: ['vega20', 'mi300'] |
| 45 | + runner: ['vega20', 'mi300a'] |
42 | 46 | os: ['ubuntu-22.04'] |
43 | 47 | build-type: ['RelWithDebInfo'] |
44 | 48 | ci-flags: ['--linter clang-tidy'] |
@@ -165,7 +169,7 @@ jobs: |
165 | 169 | strategy: |
166 | 170 | fail-fast: false |
167 | 171 | matrix: |
168 | | - runner: ['mi300'] |
| 172 | + runner: ['mi325'] |
169 | 173 | os: ['rhel-emu', 'sles-emu'] |
170 | 174 | build-type: ['RelWithDebInfo'] |
171 | 175 | ci-flags: ['--linter clang-tidy'] |
|
0 commit comments