Skip to content

Commit c0edfe3

Browse files
author
zhangyue
committed
ci: use agent local CI tools
1 parent 044cff1 commit c0edfe3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@0608bc757277ed02508385d7dda9bb89134505d6
30+
uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@de13a0183794701ea47a9f553211ba8aefeefab1
3131
with:
3232
config_path: .github/ci_config.yml
33-
ci_ref: 0608bc757277ed02508385d7dda9bb89134505d6
33+
ci_ref: de13a0183794701ea47a9f553211ba8aefeefab1
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@0608bc757277ed02508385d7dda9bb89134505d6
31+
uses: InfiniTensor/ci/.github/workflows/infiniops-ci-v2-shadow.yml@de13a0183794701ea47a9f553211ba8aefeefab1
3232
with:
3333
config_path: .github/ci_config.yml
34-
ci_ref: 0608bc757277ed02508385d7dda9bb89134505d6
34+
ci_ref: de13a0183794701ea47a9f553211ba8aefeefab1
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)