Skip to content

Commit 02c6ba7

Browse files
Azure: disable old jobs to save time in CI
1 parent 43cac4f commit 02c6ba7

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

scripts/azure-pipelines.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -69,44 +69,44 @@ jobs:
6969
export CODECOV_TOKEN="1158b545-b00a-4a84-a6f9-2bc2c4265d8b"
7070
bash <(curl -s https://codecov.io/bash) -f coverage.xml
7171
72-
- job: ubuntu2004
73-
displayName: Ubuntu 20.04
74-
pool:
75-
vmImage: 'ubuntu-20.04'
76-
strategy:
77-
matrix:
78-
Python37:
79-
python.version: '3.7'
80-
Python38:
81-
python.version: '3.8'
82-
Python39:
83-
python.version: '3.9'
84-
steps:
85-
- task: UsePythonVersion@0
86-
inputs:
87-
versionSpec: '$(python.version)'
88-
displayName: 'Use Python $(python.version)'
89-
- bash: |
90-
#echo ========================= Conda ENV ===========================
91-
#conda config --env --add channels conda-forge
92-
#echo ========================= update Conda ENV ===========================
93-
#conda update -y --prefix /usr/share/miniconda anaconda
94-
#echo ========================= 1 update Conda ENV ===========================
95-
#conda update -y libgcc-ng=9.3 libstdcxx-ng=9.3
96-
echo ========================= create Conda ENV ===========================
97-
conda create -q -y -n dpnp$(python.version) python=$(python.version) libgcc-ng=9.3 libstdcxx-ng=9.3
98-
. /usr/share/miniconda/etc/profile.d/conda.sh
99-
conda activate dpnp$(python.version)
100-
101-
echo ========================= install OneAPI =================================
102-
# . ./scripts/install_cmake_lin.sh
103-
./scripts/install_system_deps.sh # no intel python
104-
./scripts/install_python_deps.sh # numpy, conda-build and etc.
105-
echo ========================= build DPNP ==========================
106-
./0.build.sh
107-
echo ========================= run tests ======================================
108-
. ./0.env.sh
109-
pytest -s
72+
#- job: ubuntu2004
73+
# displayName: Ubuntu 20.04
74+
# pool:
75+
# vmImage: 'ubuntu-20.04'
76+
# strategy:
77+
# matrix:
78+
# Python37:
79+
# python.version: '3.7'
80+
# Python38:
81+
# python.version: '3.8'
82+
# Python39:
83+
# python.version: '3.9'
84+
# steps:
85+
# - task: UsePythonVersion@0
86+
# inputs:
87+
# versionSpec: '$(python.version)'
88+
# displayName: 'Use Python $(python.version)'
89+
# - bash: |
90+
# #echo ========================= Conda ENV ===========================
91+
# #conda config --env --add channels conda-forge
92+
# #echo ========================= update Conda ENV ===========================
93+
# #conda update -y --prefix /usr/share/miniconda anaconda
94+
# #echo ========================= 1 update Conda ENV ===========================
95+
# #conda update -y libgcc-ng=9.3 libstdcxx-ng=9.3
96+
# echo ========================= create Conda ENV ===========================
97+
# conda create -q -y -n dpnp$(python.version) python=$(python.version) libgcc-ng=9.3 libstdcxx-ng=9.3
98+
# . /usr/share/miniconda/etc/profile.d/conda.sh
99+
# conda activate dpnp$(python.version)
100+
#
101+
# echo ========================= install OneAPI =================================
102+
# # . ./scripts/install_cmake_lin.sh
103+
# ./scripts/install_system_deps.sh # no intel python
104+
# ./scripts/install_python_deps.sh # numpy, conda-build and etc.
105+
# echo ========================= build DPNP ==========================
106+
# ./0.build.sh
107+
# echo ========================= run tests ======================================
108+
# . ./0.env.sh
109+
# pytest -s
110110

111111
- job: conda_build_ubuntu2004
112112
displayName: conda-build Ubuntu 20.04

0 commit comments

Comments
 (0)