Skip to content

Commit 8ff368e

Browse files
committed
方便调试,跳过内核构建过程
1 parent 2e52a54 commit 8ff368e

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/rvck-actions.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,23 @@ jobs:
6262
fetch_ref: ${{ needs.parse-request.outputs.FETCH_REF }}
6363

6464
kernel-build:
65+
outputs:
66+
kernel_files_url: ${{ steps.output-kernel-url.outputs.kernel_files_url }}
6567
needs: [parse-request]
6668
if: ${{ needs.parse-request.outputs.REPO && contains(needs.parse-request.outputs.NEED_RUN_JOB, 'kernel-build') }}
67-
uses: ./.github/workflows/kernel-build.yml
68-
with:
69-
commit_url: ${{ needs.parse-request.outputs.COMMIT_URL }}
70-
upload_dir: ${{ github.repository }}/${{ github.event.comment.id && format('{0}_{1}', needs.parse-request.outputs.ISSUE_ID, github.event.comment.id) || needs.parse-request.outputs.ISSUE_ID }}
71-
secrets:
72-
rync_passphrase: ${{ secrets.RSYNC_PASSPHRASE }}
69+
steps:
70+
- id: output-kernel-url
71+
run: echo "kernel_files_url=https://fast-mirror.isrc.ac.cn/openeuler-sig-riscv/openEuler-RISC-V/RVCK/OERV-RVCI/rvck-olk/latest" >> $GITHUB_OUTPUT
72+
73+
# kernel-build:
74+
# needs: [parse-request]
75+
# if: ${{ needs.parse-request.outputs.REPO && contains(needs.parse-request.outputs.NEED_RUN_JOB, 'kernel-build') }}
76+
# uses: ./.github/workflows/kernel-build.yml
77+
# with:
78+
# commit_url: ${{ needs.parse-request.outputs.COMMIT_URL }}
79+
# upload_dir: ${{ github.repository }}/${{ github.event.comment.id && format('{0}_{1}', needs.parse-request.outputs.ISSUE_ID, github.event.comment.id) || needs.parse-request.outputs.ISSUE_ID }}
80+
# secrets:
81+
# rync_passphrase: ${{ secrets.RSYNC_PASSPHRASE }}
7382

7483

7584
lava-trigger:

0 commit comments

Comments
 (0)