From 3937c7d1b300f0082cf10ef03c62ecf588800da6 Mon Sep 17 00:00:00 2001 From: Arvid Jakobsson Date: Mon, 12 Jun 2023 10:32:11 +0200 Subject: [PATCH] CI: Clean up the [scheduled_extended_test] pipeline This pipeline has no need for the build jobs: they were used when we ran a subset of the python tests in the scheduled pipeline. The pytests have since been removed. The ometric_default and the coverage_default jobs only need to run in [master_branch] pipelines (which they already do), to provide a base line for [before_merging] pipelines. --- .gitlab/ci/pipelines/schedule_extended_test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab/ci/pipelines/schedule_extended_test.yml b/.gitlab/ci/pipelines/schedule_extended_test.yml index cf9beee5c008..77b581484d4d 100644 --- a/.gitlab/ci/pipelines/schedule_extended_test.yml +++ b/.gitlab/ci/pipelines/schedule_extended_test.yml @@ -1,14 +1,6 @@ include: # Stage: build - - .gitlab/ci/jobs/build/x86_64.yml - .gitlab/ci/jobs/build/arm64.yml - - .gitlab/ci/jobs/build/static_x86_64_experimental.yml - - # Stage: test - - .gitlab/ci/jobs/test/ometrics_code_quality_default.yml - - # Stage: test_coverage - - .gitlab/ci/jobs/coverage/coverage_default.yml # Stage: packaging - .gitlab/ci/jobs/packaging/opam_prepare.yml -- GitLab