Skip to content

Commit ff799c4

Browse files
authored
close NAS test in CI temporary due to invalid link (#1284)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent ebd1e24 commit ff799c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.azure-pipelines/scripts/ut/run_basic_api.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
python -c "import neural_compressor as nc;print(nc.version.__version__)"
3-
test_case="run basic quantization/benchmark/export/mixed_precision/distillation/scheduler/nas"
3+
test_case="run basic quantization/benchmark/export/mixed_precision/distillation/scheduler"
44
echo "${test_case}"
55

66
echo "specify fwk version..."
@@ -17,7 +17,7 @@ find ./export* -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_pat
1717
find ./mixed_precision* -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'>> run.sh
1818
find ./distillation -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'>> run.sh
1919
find ./scheduler -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'>> run.sh
20-
find ./nas -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'>> run.sh
20+
# find ./nas -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'>> run.sh
2121

2222
LOG_DIR=/neural-compressor/log_dir
2323
mkdir -p ${LOG_DIR}

.azure-pipelines/scripts/ut/run_basic_others.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ sed -i '/ distillation\//d' run.sh
2626
sed -i '/ scheduler\//d' run.sh
2727
sed -i '/ nas\//d' run.sh
2828

29-
echo "copy model for dynas..."
30-
mkdir -p .torch/ofa_nets || true
31-
cp -r /tf_dataset/ut-localfile/ofa_mbv3_d234_e346_k357_w1.2 .torch/ofa_nets || true
29+
#echo "copy model for dynas..."
30+
#mkdir -p .torch/ofa_nets || true
31+
#cp -r /tf_dataset/ut-localfile/ofa_mbv3_d234_e346_k357_w1.2 .torch/ofa_nets || true
3232

3333
LOG_DIR=/neural-compressor/log_dir
3434
mkdir -p ${LOG_DIR}

0 commit comments

Comments
 (0)