[Python-checkins] Update CI files to build the 3.10 branch

pablogsal webhook-mailer at python.org
Mon May 3 20:47:59 EDT 2021


https://github.com/python/cpython/commit/4d58730a3ade8dff09619ec8a7a01ef01bff99d1
commit: 4d58730a3ade8dff09619ec8a7a01ef01bff99d1
branch: 3.10
author: Pablo Galindo <pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-05-04T01:47:28+01:00
summary:

Update CI files to build the 3.10 branch

files:
M .azure-pipelines/ci.yml
M .azure-pipelines/pr.yml
M .github/workflows/build.yml
M .github/workflows/build_msi.yml
M .github/workflows/doc.yml

diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 0fe754bb071ea3..fd7b9c6f635ff6 100644
--- a/.azure-pipelines/ci.yml
+++ b/.azure-pipelines/ci.yml
@@ -1,7 +1,7 @@
 variables:
   coverage: false
 
-trigger: ['master', '3.9', '3.8', '3.7']
+trigger: ['master', '3.10', '3.9', '3.8', '3.7']
 
 jobs:
 - job: Prebuild
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index 2d32e6d49bcc0e..a5840b73c8cb11 100644
--- a/.azure-pipelines/pr.yml
+++ b/.azure-pipelines/pr.yml
@@ -1,7 +1,7 @@
 variables:
   coverage: false
 
-pr: ['master', '3.9', '3.8', '3.7']
+pr: ['master', '3.10', '3.9', '3.8', '3.7']
 
 jobs:
 - job: Prebuild
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 41200bb957e47c..adcadd55f2ed1e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,12 +7,14 @@ on:
   push:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
   pull_request:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index 182eb7ce571671..28ce06f3cf4e08 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -4,6 +4,7 @@ on:
   push:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
@@ -12,6 +13,7 @@ on:
   pull_request:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 8924fc992e25e6..4426238b9d9fa0 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -12,6 +12,7 @@ on:
   pull_request:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7



More information about the Python-checkins mailing list