[CI] Added A10 tag to disambiguate self-hosted runners (#652)
This commit is contained in:
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -4,13 +4,13 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- triton-mlir
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
Integration-Tests:
|
Integration-Tests:
|
||||||
|
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, A10]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user