Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3f197f94
Commit
3f197f94
authored
Jun 24, 2018
by
Zachary Ware
Committed by
GitHub
Jun 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890)
parent
ea737751
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
.vsts/linux-buildbot.yml
.vsts/linux-buildbot.yml
+2
-1
.vsts/linux-coverage.yml
.vsts/linux-coverage.yml
+2
-1
.vsts/linux-deps.yml
.vsts/linux-deps.yml
+1
-0
.vsts/linux-pr.yml
.vsts/linux-pr.yml
+2
-1
No files found.
.vsts/linux-buildbot.yml
View file @
3f197f94
...
...
@@ -54,6 +54,7 @@ steps:
liblzma-dev
libffi-dev
uuid-dev
xvfb
displayName
:
'
Install
dependencies'
-
script
:
python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
displayName
:
'
python
multissltests.py'
...
...
@@ -67,5 +68,5 @@ steps:
-
script
:
make pythoninfo
displayName
:
'
Display
build
info'
-
script
:
make buildbottest TESTOPTS="-j4 -uall,-cpu"
-
script
:
xvfb-run
make buildbottest TESTOPTS="-j4 -uall,-cpu"
displayName
:
'
Tests'
.vsts/linux-coverage.yml
View file @
3f197f94
...
...
@@ -53,6 +53,7 @@ steps:
liblzma-dev
libffi-dev
uuid-dev
xvfb
displayName
:
'
Install
dependencies'
-
script
:
python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
displayName
:
'
python
multissltests.py'
...
...
@@ -70,7 +71,7 @@ steps:
-
script
:
./venv/bin/python -m test.pythoninfo
displayName
:
'
Display
build
info'
-
script
:
./venv/bin/python -m coverage run --pylib -m test --fail-env-changed -uall,-cpu -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_multiprocessing_spawn -x test_concurrent_futures
-
script
:
xvfb-run
./venv/bin/python -m coverage run --pylib -m test --fail-env-changed -uall,-cpu -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_multiprocessing_spawn -x test_concurrent_futures
displayName
:
'
Tests
with
coverage'
-
script
:
source ./venv/bin/activate && bash <(curl -s https://codecov.io/bash)
...
...
.vsts/linux-deps.yml
View file @
3f197f94
...
...
@@ -31,6 +31,7 @@ steps:
liblzma-dev
libffi-dev
uuid-dev
xvfb
displayName
:
'
Install
dependencies'
-
script
:
python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
displayName
:
'
python
multissltests.py'
.vsts/linux-pr.yml
View file @
3f197f94
...
...
@@ -53,6 +53,7 @@ steps:
liblzma-dev
libffi-dev
uuid-dev
xvfb
displayName
:
'
Install
dependencies'
-
script
:
python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
displayName
:
'
python
multissltests.py'
...
...
@@ -71,5 +72,5 @@ steps:
-
script
:
./python Tools/scripts/patchcheck.py --travis
true
displayName
:
'
Run
patchcheck.py'
-
script
:
make buildbottest TESTOPTS="-j4 -uall,-cpu"
-
script
:
xvfb-run
make buildbottest TESTOPTS="-j4 -uall,-cpu"
displayName
:
'
Tests'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment