Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b7d613fc
Unverified
Kaydet (Commit)
b7d613fc
authored
Eyl 11, 2018
tarafından
Steve Dower
Kaydeden (comit)
GitHub
Eyl 11, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update VSTS to Azure DevOps and simplify dependencies (GH-9168)
üst
08bcf647
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
37 additions
and
123 deletions
+37
-123
docs.yml
.vsts/docs.yml
+1
-1
install_deps.sh
.vsts/install_deps.sh
+19
-0
linux-buildbot.yml
.vsts/linux-buildbot.yml
+2
-24
linux-coverage.yml
.vsts/linux-coverage.yml
+2
-25
linux-deps.yml
.vsts/linux-deps.yml
+0
-37
linux-pr.yml
.vsts/linux-pr.yml
+2
-25
macos-buildbot.yml
.vsts/macos-buildbot.yml
+1
-1
macos-pr.yml
.vsts/macos-pr.yml
+1
-1
README.rst
README.rst
+9
-9
No files found.
.vsts/docs.yml
Dosyayı görüntüle @
b7d613fc
...
...
@@ -4,7 +4,7 @@
name
:
$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)
queue
:
name
:
Hosted Linux Preview
name
:
'
Hosted
Ubuntu
1604'
trigger
:
branches
:
...
...
.vsts/install_deps.sh
0 → 100755
Dosyayı görüntüle @
b7d613fc
sudo
apt-get update
sudo
apt-get
-yq
install
\
build-essential
\
zlib1g-dev
\
libbz2-dev
\
liblzma-dev
\
libncurses5-dev
\
libreadline6-dev
\
libsqlite3-dev
\
libssl-dev
\
libgdbm-dev
\
tk-dev
\
lzma
\
lzma-dev
\
liblzma-dev
\
libffi-dev
\
uuid-dev
\
xvfb
.vsts/linux-buildbot.yml
Dosyayı görüntüle @
b7d613fc
...
...
@@ -4,7 +4,7 @@
name
:
$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)
queue
:
name
:
Hosted Linux Preview
name
:
'
Hosted
Ubuntu
1604'
trigger
:
branches
:
...
...
@@ -30,31 +30,9 @@ steps:
#- template: linux-deps.yml
# See https://github.com/Microsoft/vsts-agent/blob/master/docs/preview/yamlgettingstarted-templates.md
# For now, we copy/paste the steps
-
script
:
echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
displayName
:
'
Update
apt-get
lists'
-
script
:
echo
##vso[task.prependpath]$(OPENSSL_DIR)
displayName
:
'
Add
$(OPENSSL_DIR)
to
PATH'
-
script
:
>
sudo apt-get -yq install
build-essential
zlib1g-dev
libbz2-dev
liblzma-dev
libncurses5-dev
libreadline6-dev
libsqlite3-dev
libssl-dev
libgdbm-dev
tk-dev
lzma
lzma-dev
liblzma-dev
libffi-dev
uuid-dev
xvfb
-
script
:
./.vsts/install_deps.sh
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-coverage.yml
Dosyayı görüntüle @
b7d613fc
...
...
@@ -4,7 +4,7 @@
name
:
$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)
queue
:
name
:
Hosted Linux Preview
name
:
'
Hosted
Ubuntu
1604'
trigger
:
branches
:
...
...
@@ -40,32 +40,9 @@ steps:
#- template: linux-deps.yml
# See https://github.com/Microsoft/vsts-agent/blob/master/docs/preview/yamlgettingstarted-templates.md
# For now, we copy/paste the steps
-
script
:
echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
displayName
:
'
Update
apt-get
lists'
condition
:
and(succeeded(), ne(variables['DocOnly'], 'true'))
-
script
:
echo
##vso[task.prependpath]$(OPENSSL_DIR)
displayName
:
'
Add
$(OPENSSL_DIR)
to
PATH'
-
script
:
>
sudo apt-get -yq install
build-essential
zlib1g-dev
libbz2-dev
liblzma-dev
libncurses5-dev
libreadline6-dev
libsqlite3-dev
libssl-dev
libgdbm-dev
tk-dev
lzma
lzma-dev
liblzma-dev
libffi-dev
uuid-dev
xvfb
-
script
:
./.vsts/install_deps.sh
displayName
:
'
Install
dependencies'
condition
:
and(succeeded(), ne(variables['DocOnly'], 'true'))
-
script
:
python3 Tools/ssl/multissltests.py --steps=library --base-directory $(build.sourcesDirectory)/multissl --openssl $(OPENSSL) --system Linux
...
...
.vsts/linux-deps.yml
deleted
100644 → 0
Dosyayı görüntüle @
08bcf647
# Note: this file is not currently used, but when template support comes to VSTS it
# will be referenced from the other scripts..
# Current docs for the syntax of this file are at:
# https://github.com/Microsoft/vsts-agent/blob/master/docs/preview/yamlgettingstarted.md
parameters
:
OPENSSL
:
1.1.0g
OPENSSL_DIR
:
"
$(build.sourcesDirectory)/multissl/openssl/$(OPENSSL)"
steps
:
-
script
:
echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
displayName
:
'
Update
apt-get
lists'
-
script
:
echo
##vso[task.prependpath]$(OPENSSL_DIR)
displayName
:
'
Add
$(OPENSSL_DIR)
to
PATH'
-
script
:
>
sudo apt-get -yq install
build-essential
zlib1g-dev
libbz2-dev
liblzma-dev
libncurses5-dev
libreadline6-dev
libsqlite3-dev
libssl-dev
libgdbm-dev
tk-dev
lzma
lzma-dev
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
Dosyayı görüntüle @
b7d613fc
...
...
@@ -4,7 +4,7 @@
name
:
$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)
queue
:
name
:
Hosted Linux Preview
name
:
'
Hosted
Ubuntu
1604'
trigger
:
branches
:
...
...
@@ -40,34 +40,11 @@ steps:
#- template: linux-deps.yml
# See https://github.com/Microsoft/vsts-agent/blob/master/docs/preview/yamlgettingstarted-templates.md
# For now, we copy/paste the steps
-
script
:
echo "deb-src http://archive.ubuntu.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/python.list && sudo apt-get update
displayName
:
'
Update
apt-get
lists'
condition
:
and(succeeded(), ne(variables['DocOnly'], 'true'))
-
script
:
echo
##vso[task.prependpath]$(OPENSSL_DIR)
displayName
:
'
Add
$(OPENSSL_DIR)
to
PATH'
condition
:
and(succeeded(), ne(variables['DocOnly'], 'true'))
-
script
:
>
sudo apt-get -yq install
build-essential
zlib1g-dev
libbz2-dev
liblzma-dev
libncurses5-dev
libreadline6-dev
libsqlite3-dev
libssl-dev
libgdbm-dev
tk-dev
lzma
lzma-dev
liblzma-dev
libffi-dev
uuid-dev
xvfb
-
script
:
./.vsts/install_deps.sh
displayName
:
'
Install
dependencies'
condition
:
and(succeeded(), ne(variables['DocOnly'], 'true'))
...
...
.vsts/macos-buildbot.yml
Dosyayı görüntüle @
b7d613fc
...
...
@@ -4,7 +4,7 @@
name
:
$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)
queue
:
name
:
Hosted macOS
Preview
name
:
Hosted macOS
trigger
:
branches
:
...
...
.vsts/macos-pr.yml
Dosyayı görüntüle @
b7d613fc
...
...
@@ -4,7 +4,7 @@
name
:
$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)
queue
:
name
:
Hosted macOS
Preview
name
:
Hosted macOS
trigger
:
branches
:
...
...
README.rst
Dosyayı görüntüle @
b7d613fc
...
...
@@ -9,17 +9,17 @@ This is Python version 3.8.0 alpha 0
:alt: CPython build status on Appveyor
:target: https://ci.appveyor.com/project/python/cpython/branch/master
.. image:: https://
python.visualstudio.com
/cpython/_apis/build/status/Linux-Buildbot?branchName=master&label=Linux
:alt: CPython build status on
VSTS
(Linux)
:target: https://
python.visualstudio.com
/cpython/_build/latest?definitionId=6&branchName=master
.. image:: https://
dev.azure.com/python
/cpython/_apis/build/status/Linux-Buildbot?branchName=master&label=Linux
:alt: CPython build status on
Azure DevOps
(Linux)
:target: https://
dev.azure.com/python
/cpython/_build/latest?definitionId=6&branchName=master
.. image:: https://
python.visualstudio.com
/cpython/_apis/build/status/macOS-Buildbot?branchName=master&label=macOS
:alt: CPython build status on
VSTS
(macOS)
:target: https://
python.visualstudio.com
/cpython/_build/latest?definitionId=5&branchName=master
.. image:: https://
dev.azure.com/python
/cpython/_apis/build/status/macOS-Buildbot?branchName=master&label=macOS
:alt: CPython build status on
Azure DevOps
(macOS)
:target: https://
dev.azure.com/python
/cpython/_build/latest?definitionId=5&branchName=master
.. image:: https://
python.visualstudio.com
/cpython/_apis/build/status/Windows-Buildbot?branchName=master&label=Windows
:alt: CPython build status on
VSTS
(Windows)
:target: https://
python.visualstudio.com
/cpython/_build/latest?definitionId=4&branchName=master
.. image:: https://
dev.azure.com/python
/cpython/_apis/build/status/Windows-Buildbot?branchName=master&label=Windows
:alt: CPython build status on
Azure DevOps
(Windows)
:target: https://
dev.azure.com/python
/cpython/_build/latest?definitionId=4&branchName=master
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
:alt: CPython code coverage on Codecov
...
...
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