From 2ed05b3b066f7876a96ce4c4c4d6d23400d8f42f Mon Sep 17 00:00:00 2001 From: Henri Rosten Date: Mon, 27 Jan 2025 07:30:12 +0200 Subject: [PATCH] Remove aarch64-linux doc targets Signed-off-by: Henri Rosten --- ghaf-main-pipeline.groovy | 6 ------ ghaf-nightly-pipeline.groovy | 6 ------ ghaf-pre-merge-pipeline.groovy | 6 ------ 3 files changed, 18 deletions(-) diff --git a/ghaf-main-pipeline.groovy b/ghaf-main-pipeline.groovy index d9e5fce..ffa55c5 100644 --- a/ghaf-main-pipeline.groovy +++ b/ghaf-main-pipeline.groovy @@ -23,12 +23,6 @@ def target_jobs = [:] //////////////////////////////////////////////////////////////////////////////// def targets = [ - [ target: "doc", - system: "aarch64-linux", - archive: false, - scs: false, - hwtest_device: null, - ], [ target: "doc", system: "x86_64-linux", archive: false, diff --git a/ghaf-nightly-pipeline.groovy b/ghaf-nightly-pipeline.groovy index 1cda50f..1bcf10b 100644 --- a/ghaf-nightly-pipeline.groovy +++ b/ghaf-nightly-pipeline.groovy @@ -29,12 +29,6 @@ def targets = [ scs: false, hwtest_device: null, ], - [ target: "doc", - system: "aarch64-linux", - archive: false, - scs: false, - hwtest_device: null, - ], // lenovo x1 [ target: "lenovo-x1-carbon-gen11-debug", diff --git a/ghaf-pre-merge-pipeline.groovy b/ghaf-pre-merge-pipeline.groovy index 0f699c0..ed0aeb5 100644 --- a/ghaf-pre-merge-pipeline.groovy +++ b/ghaf-pre-merge-pipeline.groovy @@ -51,12 +51,6 @@ def target_jobs = [:] //////////////////////////////////////////////////////////////////////////////// def targets = [ - [ target: "doc", - system: "aarch64-linux", - archive: false, - scs: false, - hwtest_device: null, - ], [ target: "doc", system: "x86_64-linux", archive: false,