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

support ad-hoc timing

parent 704ca98e
No related branches found
No related tags found
No related merge requests found
Pipeline #48342 passed
......@@ -36,7 +36,21 @@ build-coq.8.13.1:
tags:
- fp-timing
build-iris.dev:
trigger-iris.timing:
<<: *template
variables:
OPAM_PINS: "coq version 8.13.1 git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
tags:
- fp-timing
only:
- triggers
- schedules
- api
except:
variables:
- $TIMING_AD_HOC_ID == null
trigger-iris.dev:
<<: *template
variables:
STDPP_REPO: "iris/stdpp"
......@@ -44,6 +58,9 @@ build-iris.dev:
OPAM_PINS: "coq version 8.13.dev git+https://gitlab.mpi-sws.org/$STDPP_REPO#$STDPP_REV git+https://gitlab.mpi-sws.org/$IRIS_REPO#$IRIS_REV"
except:
only:
- triggers
- schedules
- api
refs:
- triggers
- schedules
- api
variables:
- $TIMING_AD_HOC_ID == null
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