mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-12 06:44:55 +08:00
Revert "AMD CPU CI - Add freezing + fix label trigger (#162176)"
This reverts commit 9cac1b92595ec7836101d51dbe1415081042c7a0. Reverted https://github.com/pytorch/pytorch/pull/162176 on behalf of https://github.com/huydhn due to Sorry for reverting this but hardcoding the input online 122 does not make sense ([comment](https://github.com/pytorch/pytorch/pull/162176#issuecomment-3283532452))
This commit is contained in:
@ -43,11 +43,6 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
freezing:
|
|
||||||
description: Run freezing?
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
benchmark_configs:
|
benchmark_configs:
|
||||||
description: The list of configs used the benchmark
|
description: The list of configs used the benchmark
|
||||||
required: false
|
required: false
|
||||||
@ -107,7 +102,7 @@ jobs:
|
|||||||
if: github.event.schedule == '0 7 * * *'
|
if: github.event.schedule == '0 7 * * *'
|
||||||
with:
|
with:
|
||||||
build-environment: linux-jammy-py3.9-gcc11-build
|
build-environment: linux-jammy-py3.9-gcc11-build
|
||||||
dashboard-tag: training-false-inference-true-default-true-dynamic-true-cppwrapper-true-aotinductor-true-freezing-true
|
dashboard-tag: training-false-inference-true-default-true-dynamic-true-cppwrapper-true-aotinductor-true
|
||||||
docker-image: ${{ needs.inductor-build.outputs.docker-image }}
|
docker-image: ${{ needs.inductor-build.outputs.docker-image }}
|
||||||
test-matrix: ${{ needs.inductor-build.outputs.test-matrix }}
|
test-matrix: ${{ needs.inductor-build.outputs.test-matrix }}
|
||||||
timeout-minutes: 720
|
timeout-minutes: 720
|
||||||
@ -121,9 +116,10 @@ jobs:
|
|||||||
name: inductor-test
|
name: inductor-test
|
||||||
uses: ./.github/workflows/_linux-test.yml
|
uses: ./.github/workflows/_linux-test.yml
|
||||||
needs: inductor-build
|
needs: inductor-build
|
||||||
|
if: github.event_name == 'workflow_dispatch'
|
||||||
with:
|
with:
|
||||||
build-environment: linux-jammy-py3.9-gcc11-build
|
build-environment: linux-jammy-py3.9-gcc11-build
|
||||||
dashboard-tag: training-false-inference-true-default-true-dynamic-true-cppwrapper-true-aotinductor-true-freezing-true
|
dashboard-tag: training-${{ inputs.training }}-inference-${{ inputs.inference }}-default-${{ inputs.default }}-dynamic-${{ inputs.dynamic }}-cppwrapper-${{ inputs.cppwrapper }}-aotinductor-${{ inputs.aotinductor }}
|
||||||
docker-image: ${{ needs.inductor-build.outputs.docker-image }}
|
docker-image: ${{ needs.inductor-build.outputs.docker-image }}
|
||||||
test-matrix: ${{ needs.inductor-build.outputs.test-matrix }}
|
test-matrix: ${{ needs.inductor-build.outputs.test-matrix }}
|
||||||
timeout-minutes: 720
|
timeout-minutes: 720
|
||||||
|
|||||||
Reference in New Issue
Block a user