From 29a84341638388098f2577ebfe956931f4da33af Mon Sep 17 00:00:00 2001 From: Mery-Sanz Date: Tue, 13 May 2025 09:32:33 +0200 Subject: [PATCH] reorganize pipelines --- .gitlab-ci.yml | 2 +- ci/benchmarks/.benchmarks.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2242774e..12937e82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ include: file: # - 'ci/build/.build.yml' # build #- 'ci/setup/.setup.yml' # setup - #- 'ci/test/.test.yml' + - 'ci/test/.test.yml' - 'ci/benchmarks/.benchmarks.yml' # - 'ci/ctfs/.ctf.yml' # ctf diff --git a/ci/benchmarks/.benchmarks.yml b/ci/benchmarks/.benchmarks.yml index 68a03519..da9891cd 100644 --- a/ci/benchmarks/.benchmarks.yml +++ b/ci/benchmarks/.benchmarks.yml @@ -86,10 +86,10 @@ benchmarks-test-cti_bench-openrouter: BENCHMARK_NAME: "cti_bench" BACKEND: "openrouter" -benchmarks-test-cti_bench-openai: - <<: *run_benchmarks - variables: - MODEL_NAME: "gpt-4o-mini" - BENCHMARK_FILE: "benchmarks/utils/cti_bench_dataset/cti-mcq1.tsv" - BENCHMARK_NAME: "cti_bench" - BACKEND: "openai" +# benchmarks-test-cti_bench-openai: +# <<: *run_benchmarks +# variables: +# MODEL_NAME: "gpt-4o-mini" +# BENCHMARK_FILE: "benchmarks/utils/cti_bench_dataset/cti-mcq1.tsv" +# BENCHMARK_NAME: "cti_bench" +# BACKEND: "openai"