This commit is contained in:
lidia9 2025-05-08 13:05:37 +02:00
parent e66194f5ca
commit 018409a6d3
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ stages:
- build
- setup
- test # unit tests validation
- benchmark
- benchmarks
- ctf
variables:
@ -24,8 +24,8 @@ include:
file:
# - 'ci/build/.build.yml' # build
#- 'ci/setup/.setup.yml' # setup
- 'ci/test/.test.yml'
- 'ci/benchmark/.benchmark.yml'
#- 'ci/test/.test.yml'
- 'ci/benchmarks/.benchmarks.yml'
# - 'ci/ctfs/.ctf.yml' # ctf
# - project: 'aliasrobotics/alias_research/cai'

View File

@ -1,11 +1,11 @@
.use_base_container: &use_base_container
stage: benchmark
stage: benchmarks
image: "${CI_REGISTRY_IMAGE}:latest"
services:
- name: docker:dind
alias: docker
.run_benchmark: &run_benchmark
.run_benchmarks: &run_benchmarks
<<: *use_base_container
script:
- pip3 install -e .
@ -22,8 +22,8 @@
- if: $CI_COMMIT_BRANCH
when: on_success
benchmark-test-seceval:
<<: *run_benchmark
benchmarks-test-seceval:
<<: *run_benchmarks
variables:
OLLAMA_API_BASE: "http://localhost:8000"
OPENROUTER_API_BASE: "https://openrouter.ai/api/v1"