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

[ci] disable CI targets

parent 5a9e141b
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,7 @@ eva-default-tests:
CONFIG: "default"
<<: *eva_template
eva-domains:
<<: *eva_template
.build_template: &eva_domains
parallel:
matrix:
- CONFIG: [
......@@ -141,6 +140,25 @@ eva-domains:
"symblocs"
]
eva-domains:
<<: *eva_template
<<: *eva_domains
when: manual
eva-domains-nightly:
<<: *eva_template
<<: *eva_domains
only:
refs:
- schedules
eva-domains-release:
<<: *eva_template
<<: *eva_domains
only:
variables:
- $RELEASE == "yes"
kernel-tests:
stage: tests
script:
......@@ -301,7 +319,7 @@ internal_nightly:
- ./nix/build-proxy.sh default-config-tests
parallel:
matrix:
- OCAML: ["4.08", "4.13"]
- OCAML: ["4.13"]
ocaml-versions:
<<: *ocaml_versions_template
......
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