Skip to content
Snippets Groups Projects
Commit d54861f3 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] use parallel for eva domains

parent 8c95b9b2
No related branches found
No related tags found
No related merge requests found
...@@ -102,8 +102,6 @@ e-acsl-tests: ...@@ -102,8 +102,6 @@ e-acsl-tests:
script: script:
- ./nix/build-proxy.sh e-acsl-tests - ./nix/build-proxy.sh e-acsl-tests
# EVA
.build_template: &eva_template .build_template: &eva_template
stage: tests stage: tests
script: script:
...@@ -114,35 +112,11 @@ eva-default-tests: ...@@ -114,35 +112,11 @@ eva-default-tests:
CONFIG: "default" CONFIG: "default"
<<: *eva_template <<: *eva_template
eva-bitwise-tests: eva-domains:
variables:
CONFIG: "bitwise"
<<: *eva_template
eva-equality-tests:
variables:
CONFIG: "equality"
<<: *eva_template
eva-gauges-tests:
variables:
CONFIG: "gauges"
<<: *eva_template
eva-multidim-tests:
variables:
CONFIG: "multidim"
<<: *eva_template
eva-octagon-tests:
variables:
CONFIG: "octagon"
<<: *eva_template
eva-symblocs-tests:
variables:
CONFIG: "symblocs"
<<: *eva_template <<: *eva_template
parallel:
matrix:
- CONFIG: ["bitwise","equality","gauges","multidim","octagon","symblocs"]
frama-clang: frama-clang:
stage: tests stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment