Skip to content

Commit 6cd217c

Browse files
author
zhangyue
committed
ci: update CI submodule for dynamic device allocation
1 parent 73b0d8c commit 6cd217c

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