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: ...@@ -127,8 +127,7 @@ eva-default-tests:
CONFIG: "default" CONFIG: "default"
<<: *eva_template <<: *eva_template
eva-domains: .build_template: &eva_domains
<<: *eva_template
parallel: parallel:
matrix: matrix:
- CONFIG: [ - CONFIG: [
...@@ -141,6 +140,25 @@ eva-domains: ...@@ -141,6 +140,25 @@ eva-domains:
"symblocs" "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: kernel-tests:
stage: tests stage: tests
script: script:
...@@ -301,7 +319,7 @@ internal_nightly: ...@@ -301,7 +319,7 @@ internal_nightly:
- ./nix/build-proxy.sh default-config-tests - ./nix/build-proxy.sh default-config-tests
parallel: parallel:
matrix: matrix:
- OCAML: ["4.08", "4.13"] - OCAML: ["4.13"]
ocaml-versions: ocaml-versions:
<<: *ocaml_versions_template <<: *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