reorganize pipelines

This commit is contained in:
Mery-Sanz 2025-05-13 09:32:33 +02:00
parent 53073afdd2
commit 5bbfce3f01
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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"