Skip to content

Commit 950d091

Browse files
zoobabrettcannon
authored andcommitted
Disable multissltests.py under VSTS (GH-6955)
1 parent 3467626 commit 950d091

File tree

4 files changed

+4
-31
lines changed

4 files changed

+4
-31
lines changed

.vsts/linux-buildbot.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ trigger:
1717
- Doc/*
1818
- Tools/*
1919

20-
variables:
21-
# Copy-pasted from linux-deps.yml until template support arrives
22-
OPENSSL: 1.1.0g
23-
OPENSSL_DIR: "$(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
20+
#variables:
2421

2522

2623
steps:
@@ -35,8 +32,6 @@ steps:
3532
- script: echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
3633
displayName: 'Update apt-get lists'
3734

38-
- script: echo ##vso[task.prependpath]$(OPENSSL_DIR)
39-
displayName: 'Add $(OPENSSL_DIR) to PATH'
4035
- script: >
4136
sudo apt-get -yq install
4237
build-essential
@@ -55,8 +50,6 @@ steps:
5550
libffi-dev
5651
uuid-dev
5752
displayName: 'Install dependencies'
58-
- script: python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
59-
displayName: 'python multissltests.py'
6053

6154
- script: ./configure --with-pydebug
6255
displayName: 'Configure CPython (debug)'

.vsts/linux-coverage.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ trigger:
1717
- Doc/*
1818
- Tools/*
1919

20-
variables:
21-
# Copy-pasted from linux-deps.yml until template support arrives
22-
OPENSSL: 1.1.0g
23-
OPENSSL_DIR: "$(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
20+
#variables:
2421

2522
steps:
2623
- checkout: self
@@ -34,8 +31,6 @@ steps:
3431
- script: echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
3532
displayName: 'Update apt-get lists'
3633

37-
- script: echo ##vso[task.prependpath]$(OPENSSL_DIR)
38-
displayName: 'Add $(OPENSSL_DIR) to PATH'
3934
- script: >
4035
sudo apt-get -yq install
4136
build-essential
@@ -54,8 +49,6 @@ steps:
5449
libffi-dev
5550
uuid-dev
5651
displayName: 'Install dependencies'
57-
- script: python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
58-
displayName: 'python multissltests.py'
5952

6053

6154
- script: ./configure --with-pydebug

.vsts/linux-deps.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44
# Current docs for the syntax of this file are at:
55
# https://github.com/Microsoft/vsts-agent/blob/master/docs/preview/yamlgettingstarted.md
66

7-
parameters:
8-
OPENSSL: 1.1.0g
9-
OPENSSL_DIR: "$(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
7+
#parameters:
108

119
steps:
1210
- script: echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
1311
displayName: 'Update apt-get lists'
1412

15-
- script: echo ##vso[task.prependpath]$(OPENSSL_DIR)
16-
displayName: 'Add $(OPENSSL_DIR) to PATH'
1713
- script: >
1814
sudo apt-get -yq install
1915
build-essential
@@ -32,5 +28,3 @@ steps:
3228
libffi-dev
3329
uuid-dev
3430
displayName: 'Install dependencies'
35-
- script: python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
36-
displayName: 'python multissltests.py'

.vsts/linux-pr.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ trigger:
1717
- Doc/*
1818
- Tools/*
1919

20-
variables:
21-
# Copy-pasted from linux-deps.yml until template support arrives
22-
OPENSSL: 1.1.0g
23-
OPENSSL_DIR: "$(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
20+
#variables:
2421

2522
steps:
2623
- checkout: self
@@ -34,8 +31,6 @@ steps:
3431
- script: echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
3532
displayName: 'Update apt-get lists'
3633

37-
- script: echo ##vso[task.prependpath]$(OPENSSL_DIR)
38-
displayName: 'Add $(OPENSSL_DIR) to PATH'
3934
- script: >
4035
sudo apt-get -yq install
4136
build-essential
@@ -54,8 +49,6 @@ steps:
5449
libffi-dev
5550
uuid-dev
5651
displayName: 'Install dependencies'
57-
- script: python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
58-
displayName: 'python multissltests.py'
5952

6053

6154
- script: ./configure --with-pydebug

0 commit comments

Comments
 (0)