Skip to content

Commit 044cff1

Browse files
author
zhangyue
committed
ci: route local runners through leases
1 parent 7bab9cd commit 044cff1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ci

.github/workflows/ci_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ on:
2727

2828
jobs:
2929
ci:
30-
uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@9993a3d469c4e6af1cf62f23703428684141b2ee
30+
uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@0608bc757277ed02508385d7dda9bb89134505d6
3131
with:
3232
config_path: .github/ci_config.yml
33-
ci_ref: 9993a3d469c4e6af1cf62f23703428684141b2ee
33+
ci_ref: 0608bc757277ed02508385d7dda9bb89134505d6
3434
max_parallel: 10
3535
platform: ${{ github.event_name == 'workflow_dispatch' && (inputs.platform == 'all' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform) || 'nvidia,iluvatar,metax,moore,cambricon,ascend' }}
3636
secrets: inherit

.github/workflows/ci_v2_shadow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ on:
2828

2929
jobs:
3030
ci-v2-shadow:
31-
uses: InfiniTensor/ci/.github/workflows/infiniops-ci-v2-shadow.yml@9993a3d469c4e6af1cf62f23703428684141b2ee
31+
uses: InfiniTensor/ci/.github/workflows/infiniops-ci-v2-shadow.yml@0608bc757277ed02508385d7dda9bb89134505d6
3232
with:
3333
config_path: .github/ci_config.yml
34-
ci_ref: 9993a3d469c4e6af1cf62f23703428684141b2ee
34+
ci_ref: 0608bc757277ed02508385d7dda9bb89134505d6
3535
max_parallel: 10
3636
platform: ${{ github.event_name == 'workflow_dispatch' && (inputs.platform == 'all' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform == 'active' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform) || 'nvidia,iluvatar,metax,moore,cambricon,ascend' }}
3737
secrets: inherit

0 commit comments

Comments
 (0)