Skip to content
Snippets Groups Projects
Commit 2b5643ea authored by Ralf Jung's avatar Ralf Jung
Browse files

set up CI for MRs

parent 13a9cc66
Branches ci/maximedenes/instance-nobody-open-proof
No related tags found
No related merge requests found
Pipeline #46993 canceled
...@@ -6,7 +6,23 @@ stages: ...@@ -6,7 +6,23 @@ stages:
variables: variables:
CPU_CORES: "10" CPU_CORES: "10"
.only_branches: &only_branches
only:
- /^master/@iris/stdpp
- /^ci/@iris/stdpp
.only_mr: &only_mr
only:
- merge_requests
.branches_and_mr: &branches_and_mr
only:
- /^master/@iris/stdpp
- /^ci/@iris/stdpp
- merge_requests
.template: &template .template: &template
<<: *only_branches
stage: build stage: build
tags: tags:
- fp - fp
...@@ -17,9 +33,6 @@ variables: ...@@ -17,9 +33,6 @@ variables:
key: "$CI_JOB_NAME" key: "$CI_JOB_NAME"
paths: paths:
- _opam/ - _opam/
only:
- master@iris/stdpp
- /^ci/@iris/stdpp
except: except:
- triggers - triggers
- schedules - schedules
...@@ -45,6 +58,15 @@ build-coq.8.13.2: ...@@ -45,6 +58,15 @@ build-coq.8.13.2:
tags: tags:
- fp-timing - fp-timing
# Separate MR job that does not run on fp-timing.
build-coq.8.13.2:
<<: *template
<<: *only_mr
variables:
OPAM_PINS: "coq version 8.13.2"
MANGLE_NAMES: "1"
DENY_WARNINGS: "1"
build-coq.8.12.2: build-coq.8.12.2:
<<: *template <<: *template
variables: variables:
...@@ -58,5 +80,6 @@ build-coq.8.11.2: ...@@ -58,5 +80,6 @@ build-coq.8.11.2:
build-coq.8.10.2: build-coq.8.10.2:
<<: *template <<: *template
<<: *branches_and_mr
variables: variables:
OPAM_PINS: "coq version 8.10.2" OPAM_PINS: "coq version 8.10.2"
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