Disable batch size test for AMD CI pipeline after agent upgrade to Rocm 4.1 (#7153)

* disable batch size test for rocm 4.1 until resolved

* Update orttraining-pai-ci-pipeline.yml

Forgot to modify both pipelines
This commit is contained in:
Suffian Khan 2021-03-26 22:32:39 -05:00 committed by GitHub
parent f365f1d967
commit f27835c4de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -50,13 +50,13 @@ jobs:
../../tools/ci_build/github/pai/pai_test_launcher.sh
displayName: 'Run unit tests'
- script: |-
python orttraining/tools/ci_test/run_batch_size_test.py \
--binary_dir build/RelWithDebInfo \
--model_root training_e2e_test_data/models \
--gpu_sku MI100_32G
displayName: 'Run batch size test'
condition: succeededOrFailed() # ensure all tests are run
# - script: |-
# python orttraining/tools/ci_test/run_batch_size_test.py \
# --binary_dir build/RelWithDebInfo \
# --model_root training_e2e_test_data/models \
# --gpu_sku MI100_32G
# displayName: 'Run batch size test'
# condition: succeededOrFailed() # ensure all tests are run
- script: |-
python orttraining/tools/ci_test/run_convergence_test.py \

View file

@ -44,13 +44,13 @@ steps:
../../tools/ci_build/github/pai/pai_test_launcher.sh
displayName: 'Run unit tests'
- script: |-
python orttraining/tools/ci_test/run_batch_size_test.py \
--binary_dir build/RelWithDebInfo \
--model_root training_e2e_test_data/models \
--gpu_sku MI100_32G
displayName: 'Run batch size test'
condition: succeededOrFailed() # ensure all tests are run
#- script: |-
# python orttraining/tools/ci_test/run_batch_size_test.py \
# --binary_dir build/RelWithDebInfo \
# --model_root training_e2e_test_data/models \
# --gpu_sku MI100_32G
# displayName: 'Run batch size test'
# condition: succeededOrFailed() # ensure all tests are run
- script: |-
python orttraining/tools/ci_test/run_convergence_test.py \