[AMD] Point AITER scout at amd/aiter-ci (#28313)
Co-authored-by: bingxche <bingxche@amd.com>
This commit is contained in:
co-authored by
bingxche
parent
378e66d248
commit
19e85868f6
@@ -88,7 +88,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/nightly-test-amd.yml
|
uses: ./.github/workflows/nightly-test-amd.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.sha }}
|
ref: amd/aiter-ci
|
||||||
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
||||||
job_filter: 'all'
|
job_filter: 'all'
|
||||||
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/nightly-test-amd-rocm720.yml
|
uses: ./.github/workflows/nightly-test-amd-rocm720.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.sha }}
|
ref: amd/aiter-ci
|
||||||
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
||||||
job_filter: 'all'
|
job_filter: 'all'
|
||||||
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
||||||
@@ -110,6 +110,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/pr-test-amd.yml
|
uses: ./.github/workflows/pr-test-amd.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
|
ref: amd/aiter-ci
|
||||||
run_all_tests: true
|
run_all_tests: true
|
||||||
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
||||||
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
||||||
@@ -120,6 +121,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/pr-test-amd-rocm720.yml
|
uses: ./.github/workflows/pr-test-amd-rocm720.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
|
ref: amd/aiter-ci
|
||||||
run_all_tests: true
|
run_all_tests: true
|
||||||
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
aiter_ref: ${{ needs.resolve-aiter.outputs.aiter_sha }}
|
||||||
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
continue_on_error: ${{ inputs.continue_on_error == '' && true || inputs.continue_on_error }}
|
||||||
@@ -138,6 +140,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "## AMD AITER Scout Results" >> $GITHUB_STEP_SUMMARY
|
echo "## AMD AITER Scout Results" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "" >> $GITHUB_STEP_SUMMARY
|
echo "" >> $GITHUB_STEP_SUMMARY
|
||||||
|
echo "- **SGLang ref:** \`amd/aiter-ci\`" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "- **AITER SHA:** \`${{ needs.resolve-aiter.outputs.aiter_sha }}\`" >> $GITHUB_STEP_SUMMARY
|
echo "- **AITER SHA:** \`${{ needs.resolve-aiter.outputs.aiter_sha }}\`" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "- **AITER commit:** https://github.com/ROCm/aiter/commit/${{ needs.resolve-aiter.outputs.aiter_sha }}" >> $GITHUB_STEP_SUMMARY
|
echo "- **AITER commit:** https://github.com/ROCm/aiter/commit/${{ needs.resolve-aiter.outputs.aiter_sha }}" >> $GITHUB_STEP_SUMMARY
|
||||||
echo "" >> $GITHUB_STEP_SUMMARY
|
echo "" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|||||||
Reference in New Issue
Block a user