mirror of https://github.com/aliasrobotics/cai.git
test yml
This commit is contained in:
parent
e66194f5ca
commit
018409a6d3
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Reference in New Issue