From fb69c709da506d8ed71bb59d5fe0ed17dae4b14d Mon Sep 17 00:00:00 2001 From: zhangyue Date: Fri, 29 May 2026 10:39:12 +0800 Subject: [PATCH] fix(ci): pin reusable workflows to content-tag images --- .ci | 2 +- .github/workflows/ci_test.yml | 4 ++-- .github/workflows/ci_v2_shadow.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci b/.ci index 45d1046ec..5893c29cc 160000 --- a/.ci +++ b/.ci @@ -1 +1 @@ -Subproject commit 45d1046ec42ea73d1a75d5a96eb1a8204d47cbcd +Subproject commit 5893c29cc9db55d41740aa58f2f7e5eeaa7fc9e9 diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 6700fed06..fd7fb2eae 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -27,10 +27,10 @@ on: jobs: ci: - uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@45d1046ec42ea73d1a75d5a96eb1a8204d47cbcd + uses: InfiniTensor/ci/.github/workflows/infiniops-ci.yml@5893c29cc9db55d41740aa58f2f7e5eeaa7fc9e9 with: config_path: .github/ci_config.yml - ci_ref: 45d1046ec42ea73d1a75d5a96eb1a8204d47cbcd + ci_ref: 5893c29cc9db55d41740aa58f2f7e5eeaa7fc9e9 max_parallel: 10 platform: ${{ github.event_name == 'workflow_dispatch' && (inputs.platform == 'all' && 'nvidia,iluvatar,metax,moore,cambricon,ascend' || inputs.platform) || 'nvidia,iluvatar,metax,moore,cambricon,ascend' }} secrets: inherit diff --git a/.github/workflows/ci_v2_shadow.yml b/.github/workflows/ci_v2_shadow.yml index 2f49a2b1a..2c3731aed 100644 --- a/.github/workflows/ci_v2_shadow.yml +++ b/.github/workflows/ci_v2_shadow.yml @@ -28,10 +28,10 @@ on: jobs: ci-v2-shadow: - uses: InfiniTensor/ci/.github/workflows/infiniops-ci-v2-shadow.yml@45d1046ec42ea73d1a75d5a96eb1a8204d47cbcd + uses: InfiniTensor/ci/.github/workflows/infiniops-ci-v2-shadow.yml@5893c29cc9db55d41740aa58f2f7e5eeaa7fc9e9 with: config_path: .github/ci_config.yml - ci_ref: 45d1046ec42ea73d1a75d5a96eb1a8204d47cbcd + ci_ref: 5893c29cc9db55d41740aa58f2f7e5eeaa7fc9e9 max_parallel: 10 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' }} secrets: inherit