Skip to content

Commit 4d9560c

Browse files
authored
Removed Python_Alpha from the PR validation builds. (#5296)
1 parent d9977f2 commit 4d9560c

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -166,42 +166,6 @@ jobs:
166166
codeCoverageTool: Cobertura
167167
summaryFileLocation: '$(Build.SourcesDirectory)/coverage.xml'
168168

169-
- job: Test_Alpha_Python
170-
variables:
171-
- template: ../variables/globals.yml
172-
173-
timeoutInMinutes: 90
174-
175-
condition: or(eq(variables['long_running_tests'], True), eq(variables['long_running_tests'], ''))
176-
177-
dependsOn:
178-
- 'Build'
179-
180-
pool:
181-
vmImage: 'ubuntu-16.04'
182-
183-
steps:
184-
- task: UsePythonVersion@0
185-
displayName: 'Use Python 3.7 For Build Tools'
186-
inputs:
187-
versionSpec: '3.7'
188-
189-
- script: |
190-
sudo apt-get install build-essential libsqlite3-dev sqlite3 bzip2 libbz2-dev zlib1g-dev libssl-dev openssl libgdbm-dev liblzma-dev libreadline-dev libncursesw5-dev libffi-dev uuid-dev
191-
cd ~/
192-
git clone https://github.com/python/cpython.git
193-
cd cpython
194-
mkdir debug
195-
cd debug
196-
../configure --enable-optimizations --prefix=$HOME
197-
make install
198-
cd $(Build.SourcesDirectory)
199-
PATH=/home/vsts/bin:$PATH
200-
python3 -m ensurepip
201-
python ./scripts/devops_tasks/setup_execute_tests.py -p python3 "$(build_targeting_string)"
202-
displayName: 'Setup - Run Filtered Tests "Nightly" Python'
203-
continueOnError: true
204-
205169
- job: Test_PyPy
206170
variables:
207171
- template: ../variables/globals.yml
@@ -211,7 +175,7 @@ jobs:
211175
condition: or(eq(variables['long_running_tests'], True), eq(variables['long_running_tests'], ''))
212176

213177
dependsOn:
214-
- 'Test_Alpha_Python'
178+
- 'Build'
215179

216180
pool:
217181
vmImage: 'ubuntu-16.04'

0 commit comments

Comments
 (0)