From d00a739ed9059ada06710039c975e84fd1760548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sviatoslav=20Sydorenko=20=28=D0=A1=D0=B2=D1=8F=D1=82=D0=BE?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1=D0=B8=D0=B4=D0=BE=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE=29?= Date: Wed, 5 Jun 2024 22:35:39 +0200 Subject: [PATCH] [stable-2.14] Drop Alpine 3 docker jobs from CI (#83382) --- .azure-pipelines/azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d5255bbf25f..7698178ff62 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -135,8 +135,6 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Alpine 3 - test: alpine3 - name: CentOS 7 test: centos7 - name: Fedora 36 @@ -154,8 +152,6 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Alpine 3 - test: alpine3 - name: Fedora 36 test: fedora36 - name: Ubuntu 22.04