Skip to content

Commit

Permalink
remove CI binary build cache (#1566)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <suyue.chen@intel.com>
  • Loading branch information
chensuyue authored Jan 23, 2024
1 parent ccd8273 commit ab72037
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/scripts/ut/3x/collect_log_3x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cd /neural-compressor
git config --global --add safe.directory /neural-compressor
git fetch
git checkout master
rm -rf build dist *egg-info
echo y | pip uninstall neural_compressor_${1}
cd /neural-compressor/.azure-pipelines/scripts && bash install_nc.sh ${1}

Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/scripts/ut/collect_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ cd /neural-compressor
git config --global --add safe.directory /neural-compressor
git fetch
git checkout master
rm -rf build dist *egg-info
echo y | pip uninstall neural-compressor
cd /neural-compressor/.azure-pipelines/scripts && bash install_nc.sh

Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/ut-3x-pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pr:
- test/3x/torch
- setup.py
- requirements_pt.txt
- .azure-pipelines/scripts/ut/3x/collect_log_3x.sh

pool: ICX-16C

Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/ut-basic-no-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pr:
- neural_compressor/torch
- neural_compressor/tensorflow
- neural_compressor/onnxrt
- .azure-pipelines/scripts/ut/3x

pool: ICX-16C

Expand Down
1 change: 1 addition & 0 deletions .azure-pipelines/ut-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pr:
- neural_compressor/torch
- neural_compressor/tensorflow
- neural_compressor/onnxrt
- .azure-pipelines/scripts/ut/3x

pool: ICX-16C

Expand Down

0 comments on commit ab72037

Please sign in to comment.