From 47f39c24053a872206d46ca32d48f4e384ed0709 Mon Sep 17 00:00:00 2001 From: HecreReed <821896444@qq.com> Date: Fri, 22 May 2026 14:35:44 +0800 Subject: [PATCH 1/2] ci: unify pto-isa pin default --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0691fd99..c0ef0625b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -302,7 +302,7 @@ jobs: SKIP_CASES: ${{ github.event.inputs.skip_cases || '' }} RUN_ONLY_CASES: ${{ github.event.inputs.run_only_cases || '' }} PTO_ISA_REPO: ${{ github.event.inputs.pto_isa_repo || 'https://gitcode.com/cann/pto-isa.git' }} - PTO_ISA_COMMIT: ${{ github.event.inputs.pto_isa_commit || '5dbf1b2f6b8ea934f03e62367c2f540ece21134e' }} + PTO_ISA_COMMIT: ${{ github.event.inputs.pto_isa_commit || '662d7f2a916d6bbde3109ce4a16ed5c28f5d900a' }} REMOTE_HOST: ${{ github.event.inputs.remote_host || '101.245.68.6' }} REMOTE_USER: ${{ github.event.inputs.remote_user || 'zhongxuan' }} REMOTE_PORT: ${{ github.event.inputs.remote_port || '22' }} From 0855a129d140217dfb554c51e87663395c5fc8f9 Mon Sep 17 00:00:00 2001 From: HecreReed <821896444@qq.com> Date: Fri, 22 May 2026 14:43:01 +0800 Subject: [PATCH 2/2] ci: run weekly pto-isa pin update in hw repo --- .github/workflows/update_pto_isa_pin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_pto_isa_pin.yml b/.github/workflows/update_pto_isa_pin.yml index 90a504706..13ab8046b 100644 --- a/.github/workflows/update_pto_isa_pin.yml +++ b/.github/workflows/update_pto_isa_pin.yml @@ -18,7 +18,7 @@ permissions: jobs: update-pto-isa-pin: - if: github.repository == 'zhangstevenunity/PTOAS' + if: github.repository == 'hw-native-sys/PTOAS' runs-on: ubuntu-22.04 env: AUTOMATION_TOKEN: ${{ secrets.WORKFLOW_BOT_TOKEN || secrets.RELEASE_BOT_TOKEN || '' }}