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

[ci] polish schedules

parent 497c2ac1
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,8 @@ manuals:
internal:
<<: *internal_template
when: manual
except:
- schedules
internal_nightly:
<<: *internal_template
......@@ -246,17 +248,27 @@ internal_nightly:
# OCaml versions
ocaml-versions:
.build_template: &ocaml_versions_template
stage: compatibility
script:
- ./nix/build-proxy.sh default-config-tests
parallel:
matrix:
- OCAML: ["4.08", "4.13"]
ocaml-versions:
<<: *ocaml_versions_template
# in schedules, each OCAML is tested in its own complete pipeline
except:
- schedules
ocaml-versions-nightly:
<<: *ocaml_versions_template
# we still check them for the publisher pipeline job
only:
variables:
- $PUBLISH == "yes"
# Opam pin
.build_template: &opam_template
......@@ -272,6 +284,8 @@ ocaml-versions:
opam-pin:
<<: *opam_template
when: manual
except:
- schedules
opam-pin-nightly:
<<: *opam_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