From f804d3c3c99b86b7cfea449a628062bc959177b3 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Mon, 22 Apr 2024 23:19:14 +0200 Subject: [PATCH] Exclude coverage job for now GitOrigin-RevId: ccb4621258e7075bc3525fdb53cab9cc814d6a24 --- azure-pipelines.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6800aa46..8d984b5b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,18 +80,6 @@ jobs: steps: - template: devertexwahn/ci/ubuntu-22.04-clang16.yaml - - job: Ubuntu22Coverage - displayName: "Coverage with LCOV/GCC11 on Ubuntu 22.04" - pool: - vmImage: 'ubuntu-22.04' - steps: - - template: devertexwahn/ci/ubuntu-22.04-coverage.yaml - #- job: Ubuntu22Docker - # displayName: "aarch64 Docker" - # pool: - # vmImage: 'ubuntu-22.04' - # steps: - # - template: devertexwahn/ci/ubuntu-22.04-docker-aarch64.yaml - job: Ubuntu22Bzlmod displayName: "Bzlmod on Ubuntu 22.04"