From 7badb48453143d081717bd0cac97972e8663f936 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 14 Jun 2018 10:04:46 +0200 Subject: [PATCH] Stop timing on Coq 8.7 This should help speed up our CI by putting fewer jobs on fp-timing --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c30b9fee..f5fb1f3ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,10 +48,6 @@ build-coq.8.7.2: <<: *template variables: OPAM_PINS: "coq version 8.7.2" - TIMING_PROJECT: "iris" - TIMING_CONF: "coq-8.7.2" - tags: - - fp-timing build-coq.8.7.1: <<: *template -- GitLab