From 85f88eb8fa67ab4c3ee858c5eb61d65ee4414fcc Mon Sep 17 00:00:00 2001 From: Kohki Akikaze <67105596+kazasaku@users.noreply.github.com> Date: Fri, 14 Jan 2022 11:52:57 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[AZP]=20=E3=82=B9=E3=82=AF=E3=83=AA?= =?UTF-8?q?=E3=83=97=E3=83=88=E3=81=AE=E3=82=B3=E3=83=B3=E3=83=91=E3=82=A4?= =?UTF-8?q?=E3=83=AB=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=81=A7=E5=88=A9?= =?UTF-8?q?=E7=94=A8=E3=81=99=E3=82=8BPython=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/azure-pipelines/template.job.python-check.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/azure-pipelines/template.job.python-check.yml b/ci/azure-pipelines/template.job.python-check.yml index 6e19cb02cd..aceae8f641 100644 --- a/ci/azure-pipelines/template.job.python-check.yml +++ b/ci/azure-pipelines/template.job.python-check.yml @@ -22,10 +22,8 @@ jobs: strategy: maxParallel: 2 matrix: - python_2.7: - versionSpec: '2.7' - python_3.7: - versionSpec: '3.7' + python3: + versionSpec: '3.x' steps: # https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/use-python-version?view=azure-devops From 73d92e68c83068774825bfd0383a7975920d58fe Mon Sep 17 00:00:00 2001 From: Kohki Akikaze <67105596+kazasaku@users.noreply.github.com> Date: Mon, 17 Jan 2022 00:09:21 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[AZP]=20=E3=82=B8=E3=83=A7=E3=83=96?= =?UTF-8?q?=E3=82=92=E5=90=8C=E6=99=82=E3=81=AB=E5=AE=9F=E8=A1=8C=E3=81=A7?= =?UTF-8?q?=E3=81=8D=E3=82=8B=E4=B8=8A=E9=99=90=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E3=82=84=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 当該ジョブの実行対象となるmatrixの数と同数以下であるため。 --- ci/azure-pipelines/template.job.python-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/azure-pipelines/template.job.python-check.yml b/ci/azure-pipelines/template.job.python-check.yml index aceae8f641..547304d298 100644 --- a/ci/azure-pipelines/template.job.python-check.yml +++ b/ci/azure-pipelines/template.job.python-check.yml @@ -20,7 +20,6 @@ jobs: vmImage: ${{ parameters.vmImage }} strategy: - maxParallel: 2 matrix: python3: versionSpec: '3.x'